From 46011f919e13057deaad50e6553cce348fa6588a Mon Sep 17 00:00:00 2001 From: DAHPr0gram3r Date: Sat, 21 Aug 2021 22:49:52 +0100 Subject: [PATCH] Fixed Beta Install command --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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