forked from thisiszeev/wine-installer
FORK - Wine Installer(Orignally as winehq_installer)
Copied from:
https://github.com/RishonDev/wine-installer
|
||
---|---|---|
README.md | ||
wine-installer-ubuntu.sh | ||
wine-script-updater.sh | ||
wine-uninstaller.sh | ||
wine-updater.sh |
README.md
get-wine-latest.sh
If you get a permission denied
on any script present in this repository, even with sudo
, run sudo. chmod +x *.sh
(The READEME.md is not a file to be executed)
a simple set of shell scripts to Install\Remove the latest version of wine from winehq's official repositories without any error.
To install wine, Simply copy this:
Ubuntu:
sudo apt install git
git clone https://github.com/RishonDev/get-wine-latest.sh.git
cd get-wine-latest.sh
chmod +x *.sh\
wine-installer-ubuntu.sh