Fixed a bug
This commit is contained in:
parent
e24f707204
commit
55a4649067
|
@ -17,6 +17,6 @@ echo "Updating script..."
|
|||
spin &
|
||||
SPIN_PID=$!
|
||||
trap "kill -9 $SPIN_PID" `seq 0 15`
|
||||
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/v2.1.0/wine-installer-ubuntu.sh -O ./wine-installer-ubuntu.sh
|
||||
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh
|
||||
kill -9 $SPIN_PID
|
||||
echo "Done."
|
||||
echo "Done."
|
||||
|
|
Loading…
Reference in New Issue