mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 18:35:30 +00:00
fix: Fix install error during SteamCMD step if Steam hasn't been launched yet (Thanks termdisc)
This commit is contained in:
parent
44ad941102
commit
e022b079df
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user