Merge branch 'joedwards32:main' into main

This commit is contained in:
Alex 2023-11-15 23:24:41 +01:00 committed by GitHub
commit 53b1b109a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 24 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