1
0
Fork 0

Update wine-script-updater.sh

Adding support for more distributions.
This commit is contained in:
Rishon Jonathan R 2024-02-20 13:55:51 +05:30 committed by GitHub
parent 6b47878b82
commit 548404ab26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -18,5 +18,7 @@ spin &
SPIN_PID=$!
trap "kill -9 $SPIN_PID" `seq 0 15`
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-debian.sh
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-fedora.sh
kill -9 $SPIN_PID
echo "Done."