Testing a new wine installation.
This commit is contained in:
parent
e3250878f9
commit
ce6d5a802a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user