testing auto updater
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s

This commit is contained in:
Jose Henrique 2024-12-28 21:19:24 -03:00
parent cbe7c0ed49
commit be04437849

View File

@ -6,7 +6,7 @@ SERVER_FILE="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/$FILE_N
SERVER_AU="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/auto-updater.sh" SERVER_AU="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/auto-updater.sh"
# Run auto-updater script # Run auto-updater script
curl -sSL $SERVER_AU | bash curl -sSL $SERVER_AU | export FILE_NAME=$FILE_NAME bash
#################### ####################