Merge pull request #1176 from AlphaLawless/fix-speedtest-check-gh-release

fix: speedtest tracker check github release
This commit is contained in:
CanbiZ 2025-12-03 18:21:12 +01:00 committed by GitHub
commit 7c087448e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ function update_script() {
exit exit
fi 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 PHP_VERSION="8.4" PHP_FPM="YES" PHP_MODULE="common,sqlite3,redis" setup_php
setup_composer setup_composer