From 548404ab26d9a0c42372fe0f76a998499ada239b Mon Sep 17 00:00:00 2001 From: Rishon Jonathan R Date: Tue, 20 Feb 2024 13:55:51 +0530 Subject: [PATCH] Update wine-script-updater.sh Adding support for more distributions. --- wine-script-updater.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wine-script-updater.sh b/wine-script-updater.sh index c1af6b1..16f86ea 100644 --- a/wine-script-updater.sh +++ b/wine-script-updater.sh @@ -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."