From ebfe75577f7c84c33abc4ce35ebe6bb78c8536cf Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 15 Mar 2022 03:29:52 -0400 Subject: [PATCH] Combined some of the web based games into a single check because they give the same error. --- linux-game-manager.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index da1fd7c..aa5abf6 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -361,7 +361,7 @@ done installPath="${HOME}/.local/games" mkdir -p "${installPath}" case "${game}" in - "Aliens") + "Aliens"|"QuentinC Play Room"|"Trigaea") dialog --backtitle "Linux Game manager" \ --infobox "${game} is a web based game and does not need to be installed." -1 -1 ;; @@ -421,10 +421,6 @@ case "${game}" in unzip -d "${installPath}/soundStrider" "${cache}/soundStrider-linux-x64.zip" add_launcher "${installPath}/soundStrider/soundStrider" ;; - "Trigaea") - dialog --backtitle "Linux Game manager" \ - --infobox "${game} is a web based game and does not need to be installed." -1 -1 - ;; "Wurmus") get_installer "Wurmus-linux-x64.zip" "https://shiftbacktick.itch.io/wurmus" mkdir -p "${installPath}/Wurmus"