From 913ea848ee2069a8e99766df64c79a0d2819eef8 Mon Sep 17 00:00:00 2001 From: John Edwards Date: Thu, 22 Feb 2024 13:03:48 +0000 Subject: [PATCH] template steamcmd command properly --- bullseye/etc/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye/etc/entry.sh b/bullseye/etc/entry.sh index aaf8b83..454c74f 100644 --- a/bullseye/etc/entry.sh +++ b/bullseye/etc/entry.sh @@ -11,7 +11,7 @@ else VALIDATE="" fi -bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "${STEAMAPPDIR}" \ +eval bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "${STEAMAPPDIR}" \ +login anonymous \ +app_update "${STEAMAPPID}" "${VALIDATE}"\ +quit