From f312a6eb27039f73a78600afdc13d32d1f29e30f Mon Sep 17 00:00:00 2001 From: Rishon Jonathan R Date: Tue, 7 Mar 2023 20:22:05 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7f0ef9..c625af9 100644 --- a/README.md +++ b/README.md @@ -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 ```