From c9d20d067abd75c112eb6a07d74680ff2afe8ff2 Mon Sep 17 00:00:00 2001 From: Torsten Widmann Date: Sat, 31 Dec 2022 19:35:48 +0100 Subject: [PATCH] comment out apt --- scripts/steamcmd_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/steamcmd_installer.sh b/scripts/steamcmd_installer.sh index 984e62d0..6cfa2ff8 100644 --- a/scripts/steamcmd_installer.sh +++ b/scripts/steamcmd_installer.sh @@ -18,8 +18,8 @@ ## # Install packages. Default packages below are not required if using our existing install image thus speeding up the install process. -apt -y update -apt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates +#apt -y update +#apt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates ## just in case someone removed the defaults. if [[ "${STEAM_USER}" == "" ]] || [[ "${STEAM_PASS}" == "" ]]; then