diff --git a/script.sh b/script.sh index cd5967c..80f55d5 100644 --- a/script.sh +++ b/script.sh @@ -62,7 +62,7 @@ export HOME=/mnt/server if [ "${BETA_TAG}" == "none" ]; then ./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" validate +quit else - ./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" "${BETA_TAG}" validate +quit + ./steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update "${SRCDS_APPID}" -beta "${BETA_TAG}" validate +quit fi # Install SL with SteamCMD