From e80abc57cc353bbf022bedd117b12bf3cceace21 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:15:39 -0700 Subject: [PATCH] up gog time --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 4c90ba6..cffa2e8 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1178,7 +1178,7 @@ function install_gog { echo "# Downloading & Installing Gog Galaxy...Please wait..." # Cancel & Exit the GOG Galaxy Setup Wizard - end=$((SECONDS+60)) # Timeout after 60 seconds + end=$((SECONDS+90)) # Timeout after 90 seconds while true; do if pgrep -f "GalaxySetup.tmp" > /dev/null; then pkill -f "GalaxySetup.tmp"