1
0
Fork 0

Fixed a bug

This commit is contained in:
Rishon Jonathan R 2023-05-04 13:27:56 +05:30 committed by GitHub
parent e24f707204
commit 55a4649067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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