From 147bb11e1b74605b64c2b3f1f877895a8efcf67a Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Tue, 1 Aug 2023 15:54:33 -0700 Subject: [PATCH] Fix a few things with the steam installer for sts. --- linux-game-manager.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index c985ef0..a20a2e5 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -702,9 +702,7 @@ case "${game}" in appId="646570" echo "Please enter Steam user name:" read -er steamUser - echo "Please enter Steam password:" - read -er steamPass - steamcmd +@sSteamCmdForcePlatformType linux +login "$steamUser" "$steamPass" +force_install_dir "${HOME}/.local/games/SlayTheSpire" +app_update "$appId" +quit + steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire +login "$steamUser" +app_update "$appId" +quit else DISPLAY="" find ~/Downloads -maxdepth 1 -type f -name 'slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh' -exec bash "{}" \; ||