Fixed another bug in swamp update script.
This commit is contained in:
parent
bc5c4f37f6
commit
b5ad1a33bc
@ -52,7 +52,7 @@ sleep 3
|
|||||||
|
|
||||||
# Download and extract updates
|
# Download and extract updates
|
||||||
for i in "${updateFiles[@]}" ; do
|
for i in "${updateFiles[@]}" ; do
|
||||||
wget -O "${cache}/$i" "${url}/$i"
|
wget -O "${cache}/$i" "${updateURL}/$i"
|
||||||
unzip -d ~/".local/wine/swamp/drive_c/Program Files/swamp" "${cache}/${i}"
|
unzip -d ~/".local/wine/swamp/drive_c/Program Files/swamp" "${cache}/${i}"
|
||||||
done | dialog --progressbox "Updating Swamp, please wait..." -1 -1
|
done | dialog --progressbox "Updating Swamp, please wait..." -1 -1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user