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:21:54 -03:00
parent be04437849
commit a60b3a55a6

View File

@ -2,11 +2,10 @@
### AUTO-UPDATER ###
FILE_NAME="docker-updater.sh"
SERVER_FILE="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/$FILE_NAME"
SERVER_AU="https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/auto-updater.sh"
# Run auto-updater script
curl -sSL $SERVER_AU | export FILE_NAME=$FILE_NAME bash
curl -sSL $SERVER_AU | bash
####################