Improved revenge of the undead update script.
This commit is contained in:
parent
3cd87add93
commit
44ae2926fd
@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
cache="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/cache"
|
cache="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/cache"
|
||||||
url="https://tunmi13.dev/projects/rotu.zip"
|
url="https://tunmi13.dev/projects/rotu.zip"
|
||||||
wget -o "${cache}/rotu.zip" "$url" || exit 1
|
(rm -v "${cache}/rotu.zip"
|
||||||
unzip -od "$HOME/.local/wine/drive_c/Program Files" "${cache}/rotu.zip"
|
wget -O "${cache}/rotu.zip" "$url" || exit 1
|
||||||
rm -fv "$HOME/.local/wine/drive_c/Program Files/rotu/nvdaControllerClient32.dll"
|
unzip -od "$HOME/.local/wine/revenge-of-the-undead/drive_c/Program Files" "${cache}/rotu.zip"
|
||||||
|
rm -fv "$HOME/.local/wine/drive_c/Program Files/rotu/nvdaControllerClient32.dll") | dialog --progressbox "updating Revenge of the undead, please wait..." -1 -1
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user