From 1cd1fe6b75004b1e96eb67fd5f41dfa6983fce56 Mon Sep 17 00:00:00 2001 From: Rishon Jonathan R Date: Sun, 26 Jun 2022 16:24:15 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3fbce03..f6a0a1e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ # get-wine-latest.sh a simple shell script to Install the latest version of wine from winehq's official repositories without any error. To install wine, Simply copy this: +Ubuntu 22.04: ``` sudo apt install wget wget 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 ``` +Ubuntu 20.04: +``` +sudo apt install wget +wget https://raw.githubusercontent.com/RishonDev/get-wine-latest.sh/main/get-wine-7.10-ubuntu_20_04.sh +chmod +x get-wine-7.10-ubuntu_20_04.sh +./get-wine-7.10-ubuntu_20_04.sh +``` + +I won't be adding support for 21.10 since it's reaching it's end of life. i won't be adding for 18.04 xenial as well since it doesn't have the rquired pakages in it's repositories to make wine function properly. +