Remove all the prompts when extracting the new Swamp zip file.

This commit is contained in:
Storm Dragon 2022-01-20 20:46:35 -05:00
parent bc5c4f37f6
commit 9dea96e0d0

View File

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