up gog time

This commit is contained in:
Roy 2024-08-29 17:15:39 -07:00 committed by GitHub
parent 9d08f4e2fd
commit e80abc57cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"