forked from thisiszeev/wine-installer
Update README.md
This commit is contained in:
parent
1b5e8ecf05
commit
742274fb1a
|
@ -1,2 +1,9 @@
|
||||||
# get-wine-latest.sh
|
# get-wine-latest.sh
|
||||||
Install the latest version of wine from winehq's official repositories!
|
Install the latest version of wine from winehq's official repositories!
|
||||||
|
To install wine, Simply copy this:
|
||||||
|
```
|
||||||
|
apt install wget
|
||||||
|
wget https://raw.githubusercontent.com/pimlie/ubuntu-mainline-kernel.sh/master/ubuntu-mainline-kernel.sh](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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue