Switch to anonymous logins

This commit is contained in:
John Edwards 2023-11-07 11:59:58 +00:00
parent e26f942fb2
commit a9f9ccbadb
4 changed files with 1 additions and 20 deletions

View file

@ -8,9 +8,6 @@ FROM cm2network/steamcmd:root as build_stage
LABEL maintainer="joedwards32@gmail.com"
ENV STEAMUSER "changeme"
ENV STEAMPASS "changeme"
ENV STEAMGUARD ""
ENV STEAMAPPID 730
ENV STEAMAPP cs2
ENV STEAMAPPDIR "${HOMEDIR}/${STEAMAPP}-dedicated"

View file

@ -6,7 +6,7 @@ mkdir -p "${STEAMAPPDIR}" || true
# Download Updates
bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "${STEAMAPPDIR}" \
+login "${STEAMUSER}" "${STEAMPASS}" "${STEAMGUARD}" \
+login anonymous \
+app_update "${STEAMAPPID}" \
+quit