Skip to content

Commit

Permalink
fix(deck): Fix SteamCMD install script
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 1, 2023
1 parent e6adf70 commit d2d6603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/deck/usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
tar -xvzf steamcmd.tar.gz -C ~/.steam
tar -xvzf /tmp/steamcmd.tar.gz -C ~/.steam
rm /tmp/steamcmd.tar.gz

enable-system76-scheduler:
Expand Down

0 comments on commit d2d6603

Please sign in to comment.