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 \
|
||||
echo 'Installing Counter-Strike server...'; \
|
||||
${STEAMCMDDIR}/steamcmd.sh +force_install_dir ${DATADIR} +login anonymous \
|
||||
+app_set_config 90 mod cstrike \
|
||||
+app_update 90 validate \
|
||||
+quit; \
|
||||
+app_set_config 90 mod cstrike \
|
||||
+app_update 90 -beta steam_legacy validate \
|
||||
+quit; \
|
||||
else \
|
||||
if [ \"$UPDATE\" = \"1\" ]; then \
|
||||
echo 'Updating Counter-Strike server...'; \
|
||||
${STEAMCMDDIR}/steamcmd.sh +force_install_dir ${DATADIR} +login anonymous \
|
||||
+app_update 90 validate \
|
||||
+quit; \
|
||||
+app_update 90 -beta steam_legacy validate \
|
||||
+quit; \
|
||||
else \
|
||||
echo 'Skipping update, starting server...'; \
|
||||
fi; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue