From f749317c36e346d081c08678ed7a9cb71fe5a18e Mon Sep 17 00:00:00 2001 From: trackhe Date: Fri, 31 Dec 2021 18:37:27 +0100 Subject: [PATCH] Fix "Please use force_install_dir before logon! " Fix "Please use force_install_dir before logon! " --- gmod/installAndMountAddons.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gmod/installAndMountAddons.sh b/gmod/installAndMountAddons.sh index 15f855a..41dde80 100644 --- a/gmod/installAndMountAddons.sh +++ b/gmod/installAndMountAddons.sh @@ -11,7 +11,7 @@ cd "$STEAM_CMD" mount='"mountcfg"'$'\n{\n' if [ "$INSTALL_CSS" = "true" ]; then echo "[installAndMountAddons.sh]installing & mounting css" - ./steamcmd.sh +login anonymous +force_install_dir "$CSS_PATH" +app_update 232330 validate +quit + ./steamcmd.sh +force_install_dir "$CSS_PATH" +login anonymous +app_update 232330 validate +quit mount=${mount}' "cstrike" "'"${CSS_PATH}/cstrike"$'"\n' if [ "$INSTALL_HL2" != "true" ]; then mount=${mount}' "hl2" "'"${CSS_PATH}/hl2"$'"\n' @@ -19,13 +19,13 @@ if [ "$INSTALL_CSS" = "true" ]; then fi if [ "$INSTALL_HL2" = "true" ]; then echo "[installAndMountAddons.sh]installing & mounting hl2" - ./steamcmd.sh +login anonymous +force_install_dir "$HL2_PATH" +app_update 232370 validate +quit + ./steamcmd.sh +force_install_dir "$HL2_PATH" +login anonymous +app_update 232370 validate +quit mount=${mount}' "hl2" "'"${HL2_PATH}/hl2"$'"\n' mount=${mount}' "hl2mp" "'"${HL2_PATH}/hl2mp"$'"\n' fi if [ "$INSTALL_TF2" = "true" ]; then echo "[installAndMountAddons.sh]installing & mounting tf2" - ./steamcmd.sh +login anonymous +force_install_dir "$TF2_PATH" +app_update 232250 validate +quit + ./steamcmd.sh +force_install_dir "$TF2_PATH" +login anonymous +app_update 232250 validate +quit mount=${mount}' "tf2" "'"${TF2_PATH}/tf"$'"\n' if [ "$INSTALL_CSS" != "true" ] && [ "$INSTALL_HL2" != "true" ]; then mount=${mount}' "hl2" "'"${TF2_PATH}/hl2"$'"\n' @@ -33,7 +33,7 @@ if [ "$INSTALL_TF2" = "true" ]; then fi if [ "$INSTALL_HLDM" = "true" ]; then echo "[installAndMountAddons.sh]installing & mounting hldm" - ./steamcmd.sh +login anonymous +force_install_dir "$HLDM_PATH" +app_update 255470 validate +quit + ./steamcmd.sh +force_install_dir "$HLDM_PATH" +login anonymous +app_update 255470 validate +quit mount=${mount}' "hl1" "'"${HLDM_PATH}/hl1"$'"\n' mount=${mount}' "hldm" "'"${HLDM_PATH}/hldm"$'"\n' if [ "$INSTALL_CSS" != "true" ] && [ "$INSTALL_HL2" != "true" ] && [ "$INSTALL_TF2" != "true" ]; then @@ -51,4 +51,3 @@ if [ -e "${SERVER_PATH}/garrysmod/cfg/mount.cfg" ]; then fi touch "${SERVER_PATH}/garrysmod/cfg/mount.cfg" echo "$mount" > "${SERVER_PATH}/garrysmod/cfg/mount.cfg" -