forked from thisiszeev/wine-installer
Update README.md
This commit is contained in:
parent
44a45e4a90
commit
90e9d79082
11
README.md
11
README.md
|
@ -9,8 +9,9 @@ To install wine, Simply copy this:
|
||||||
|
|
||||||
Ubuntu:
|
Ubuntu:
|
||||||
```
|
```
|
||||||
sudo apt install wget
|
sudo apt install git
|
||||||
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh
|
git clone https://github.com/RishonDev/get-wine-latest.sh.git
|
||||||
chmod +x wine-installer-ubuntu.sh
|
cd get-wine-latest.sh
|
||||||
./wine-installer-ubuntu.sh
|
chmod +x *.sh\
|
||||||
```
|
wine-installer-ubuntu.sh
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue