fix: speedtest tracker check github release

This commit is contained in:
AlphaLawless 2025-12-03 14:11:13 -03:00
parent f77c19be52
commit cb4b413cdd
No known key found for this signature in database
GPG Key ID: 2AAB1A79B36DBB3C

View File

@ -29,7 +29,7 @@ function update_script() {
exit
fi
if check_gh_release "alexjustesen/speedtest-tracker"; then
if check_for_gh_release "speedtest-tracker" "alexjustesen/speedtest-tracker"; then
PHP_VERSION="8.4" PHP_FPM="YES" PHP_MODULE="common,sqlite3,redis" setup_php
setup_composer