Update README.md

This commit is contained in:
Rishon Jonathan R 2023-03-07 20:22:05 +05:30
parent bceb106fd6
commit f312a6eb27
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
# 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)
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:
@ -10,6 +12,6 @@ Ubuntu:
sudo apt install wget
wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/wine-installer-ubuntu.sh
chmod +x wine-installer-ubuntu.sh
./wine-installer-ubuntu
./wine-installer-ubuntu.sh
```