Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-09-28 22:14:46 -07:00 committed by GitHub
parent 280e38b662
commit 86ddbb4ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1190,7 +1190,6 @@ function install_gog {
end=$((SECONDS+180)) # Timeout after 180 seconds end=$((SECONDS+180)) # Timeout after 180 seconds
while true; do while true; do
if pgrep -f "GalaxySetup.tmp" > /dev/null; then if pgrep -f "GalaxySetup.tmp" > /dev/null; then
sleep 2 # Wait for 2 seconds before killing the process
pkill -f "GalaxySetup.tmp" pkill -f "GalaxySetup.tmp"
break break
fi fi