From ce6d5a802a459b5aa0a03915ea931ada6dd116b8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 20 Oct 2021 02:23:42 -0400 Subject: [PATCH] Testing a new wine installation. --- .includes/gaming.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.includes/gaming.sh b/.includes/gaming.sh index 3b5216f..0e8f093 100755 --- a/.includes/gaming.sh +++ b/.includes/gaming.sh @@ -2,7 +2,7 @@ # URL from where wine is downloaded, must be i686 -wineURL="https://32.arlm.tyzoid.com/i686/community/wine-5.14-1.0-i686.pkg.tar.zst" +wineURL="https://stormux.org/downloads/wine.tgz" # Install required packages install_package cabextract box86 dos2unix p7zip unzip xdotool @@ -11,9 +11,6 @@ wineFile="$(mktemp)" wget -O "$wineFile" "$wineURL" pushd /opt sudo tar xf "$wineFile" -sudo mv usr wine -sudo cp -r etc/* /etc -sudo rm -rf etc/ popd # Create files and links in /usr/local/bin