diff --git a/docker-updater.sh b/docker-updater.sh index c1db632..e01f311 100644 --- a/docker-updater.sh +++ b/docker-updater.sh @@ -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 ####################