changed version to steam_leacy, making it possible to use reHLDS!

This commit is contained in:
bacalhau 2025-11-14 17:39:41 +00:00
parent 8f6314a68c
commit 1bfcb2a6cd

View file

@ -51,13 +51,13 @@ if [ ! -f ${DATADIR}/hlds_run ]; then \
echo 'Installing Counter-Strike server...'; \ echo 'Installing Counter-Strike server...'; \
${STEAMCMDDIR}/steamcmd.sh +force_install_dir ${DATADIR} +login anonymous \ ${STEAMCMDDIR}/steamcmd.sh +force_install_dir ${DATADIR} +login anonymous \
+app_set_config 90 mod cstrike \ +app_set_config 90 mod cstrike \
+app_update 90 validate \ +app_update 90 -beta steam_legacy validate \
+quit; \ +quit; \
else \ else \
if [ \"$UPDATE\" = \"1\" ]; then \ if [ \"$UPDATE\" = \"1\" ]; then \
echo 'Updating Counter-Strike server...'; \ echo 'Updating Counter-Strike server...'; \
${STEAMCMDDIR}/steamcmd.sh +force_install_dir ${DATADIR} +login anonymous \ ${STEAMCMDDIR}/steamcmd.sh +force_install_dir ${DATADIR} +login anonymous \
+app_update 90 validate \ +app_update 90 -beta steam_legacy validate \
+quit; \ +quit; \
else \ else \
echo 'Skipping update, starting server...'; \ echo 'Skipping update, starting server...'; \