diff --git a/.install/Slay the Spire.sh b/.install/Slay the Spire.sh index c132d3b..e0ff10c 100644 --- a/.install/Slay the Spire.sh +++ b/.install/Slay the Spire.sh @@ -25,7 +25,7 @@ else # GOG Installation get_installer "$gogFileName" "https://www.gog.com/en/game/slay_the_spire" DISPLAY="" find ~/Downloads -maxdepth 1 -type f -name "$gogFileName" -exec bash "{}" \; || - find ~/Desktop -maxdepth 1 -type f -name "$gogFileName" -exec bash "{}" \; + DISPLAY="" find ~/Desktop -maxdepth 1 -type f -name "$gogFileName" -exec bash "{}" \; if [[ $? -eq 0 ]]; then ln -sf "${HOME}/GOG Games/Slay the Spire/game" "${installPath}/SlayTheSpire" || { dialog --backtitle "Linux Game Manager" \