wacup fixes to close #573

pull/574/head
Botspot 4 years ago
parent b1461b115d
commit a72d06d692

@ -13,5 +13,5 @@ rm -f ~/wacup.exe
wget -O ~/wacup.exe 'https://getwacup.com/preview/WACUP_Preview_v1_0_21_7236.exe' || error "Failed to download wacup.exe!"
wine ~/wacup.exe || error "Wine failed to run wacup.exe!"
rm -f ~/wacup.exe
rm -f ~/wacup.exe ~/Desktop/WACUP.lnk

@ -10,3 +10,7 @@ function error {
echo -e "\e[30m\e[107mClick Yes to uninstall WACUP\e[0m"
BOX86_NOBANNER=1 wine ~/'.wine/drive_c/Program Files/WACUP/UninstWACUP.exe'
while ps aux | grep -v grep | grep wine | grep -q 'WACUP' ;do
sleep 1
done

Loading…
Cancel
Save