From 15f23de58903f1ac4d0d582cb5b364f6a2b78f45 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 Dec 2021 23:39:10 -0600 Subject: [PATCH] Configured to run userless, only needs sudo --- Scripts/install-steamcmd.bash | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Scripts/install-steamcmd.bash b/Scripts/install-steamcmd.bash index ed7edb3..5fa655e 100644 --- a/Scripts/install-steamcmd.bash +++ b/Scripts/install-steamcmd.bash @@ -4,15 +4,6 @@ set -e STEAM_DIRECTORY="${1:-"/usr/local/share/steam/"}" -if which apt > /dev/null 2>&1; then - sudo apt -y install lib32gcc1 -elif which dnf > /dev/null 2>&1; then - dnf install -y glibc.i686 libstdc++.i686 tmux -else - echo "Unable to use either dnf or apt..., exiting" >&2 - exit 1 -fi - mkdir -p "${STEAM_DIRECTORY}" cd "${STEAM_DIRECTORY}" curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -