1
0
Fork 0
wine-installer-fork/README.md

10 lines
370 B
Markdown

# get-wine-latest.sh
a simple shell script to Install the latest version of wine from winehq's official repositories without any error.
To install wine, Simply copy this:
```
apt install wget
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/get-wine-7.10-ubuntu_22_04.sh
chmod +x get-wine-7.10-ubuntu_22_04.sh
./get-wine-7.10-ubuntu_22_04.sh
```