From 9dea96e0d0ee303c886437a59344d5803297629b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 20 Jan 2022 20:46:35 -0500 Subject: [PATCH] Remove all the prompts when extracting the new Swamp zip file. --- game-scripts/swamp-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-scripts/swamp-update.sh b/game-scripts/swamp-update.sh index c823bff..cf7249d 100755 --- a/game-scripts/swamp-update.sh +++ b/game-scripts/swamp-update.sh @@ -53,7 +53,7 @@ sleep 3 # Download and extract updates for i in "${updateFiles[@]}" ; do wget -O "${cache}/$i" "${url}/$i" - unzip -d ~/".local/wine/swamp/drive_c/Program Files/swamp" "${cache}/${i}" + unzip -o -d ~/".local/wine/swamp/drive_c/Program Files/swamp" "${cache}/${i}" done | dialog --progressbox "Updating Swamp, please wait..." -1 -1