From 86ddbb4ac0db946705dd0173518212de7c11a134 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:14:46 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 2b66473..9e2a1aa 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1190,7 +1190,6 @@ function install_gog { end=$((SECONDS+180)) # Timeout after 180 seconds while true; do if pgrep -f "GalaxySetup.tmp" > /dev/null; then - sleep 2 # Wait for 2 seconds before killing the process pkill -f "GalaxySetup.tmp" break fi