fix: Fix install error during SteamCMD step if Steam hasn't been launched yet (Thanks termdisc)

This commit is contained in:
Kyle Gospodnetich 2023-08-07 18:24:47 -07:00
parent 44ad941102
commit e022b079df
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ get-emudeck:
get-steamcmd:
echo 'Installing SteamCMD...'
wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz -O /tmp/steamcmd.tar.gz
mkdir -p ~/.steam
tar -xvzf /tmp/steamcmd.tar.gz -C ~/.steam
rm /tmp/steamcmd.tar.gz

View File

@ -11,6 +11,7 @@ install-bazzite-arch:
export-steamcmd:
echo 'Installing SteamCMD...'
mkdir -p ~/.steam
distrobox-enter -n bazzite-arch -- ' distrobox-export --bin steamcmd --export-path ~/.steam'
ln -s ~/.steam/steamcmd ~/.steam/steamcmd.sh