changed version to steam_leacy, making it possible to use reHLDS!
This commit is contained in:
parent
8f6314a68c
commit
1bfcb2a6cd
1 changed files with 5 additions and 5 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -50,15 +50,15 @@ ENTRYPOINT ["/bin/bash", "-c", "\
|
||||||
if [ ! -f ${DATADIR}/hlds_run ]; then \
|
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...'; \
|
||||||
fi; \
|
fi; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue