testing auto updater
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
This commit is contained in:
parent
be04437849
commit
a60b3a55a6
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
### AUTO-UPDATER ###
|
### AUTO-UPDATER ###
|
||||||
FILE_NAME="docker-updater.sh"
|
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"
|
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 | export FILE_NAME=$FILE_NAME bash
|
curl -sSL $SERVER_AU | bash
|
||||||
|
|
||||||
####################
|
####################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user