Update README.md
This commit is contained in:
parent
bceb106fd6
commit
f312a6eb27
|
@ -1,8 +1,10 @@
|
||||||
# get-wine-latest.sh
|
# 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`
|
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)
|
(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.
|
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:
|
To install wine, Simply copy this:
|
||||||
|
|
||||||
Ubuntu:
|
Ubuntu:
|
||||||
|
@ -10,6 +12,6 @@ Ubuntu:
|
||||||
sudo apt install wget
|
sudo apt install wget
|
||||||
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh
|
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh
|
||||||
chmod +x wine-installer-ubuntu.sh
|
chmod +x wine-installer-ubuntu.sh
|
||||||
./wine-installer-ubuntu
|
./wine-installer-ubuntu.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue