From 7d72ca4125f5c6596ce3302ef9d016bdb6b6a1ca Mon Sep 17 00:00:00 2001 From: John Edwards Date: Wed, 19 Feb 2025 19:55:18 +0000 Subject: [PATCH] Add success checking to steamcmd command --- bookworm/etc/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookworm/etc/entry.sh b/bookworm/etc/entry.sh index a2a1f51..b022e4a 100644 --- a/bookworm/etc/entry.sh +++ b/bookworm/etc/entry.sh @@ -29,7 +29,7 @@ eval bash "${STEAMCMDDIR}/steamcmd.sh" "${STEAMCMD_SPEW}"\ +@bClientTryRequestManifestWithoutCode 1 \ +login anonymous \ +app_update "${STEAMAPPID}" "${VALIDATE}"\ - +quit + +quit || exit $? # steamclient.so fix mkdir -p ~/.steam/sdk64