From bd6d41e8197b87ab29947f9a714911e73f9889f9 Mon Sep 17 00:00:00 2001 From: Rishon Jonathan R Date: Sun, 26 Jun 2022 16:20:13 +0530 Subject: [PATCH] added support for ubuntu 20.04 LTS --- get-wine-7.10-ubuntu_20_04.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 get-wine-7.10-ubuntu_20_04.sh diff --git a/get-wine-7.10-ubuntu_20_04.sh b/get-wine-7.10-ubuntu_20_04.sh new file mode 100644 index 0000000..746c97a --- /dev/null +++ b/get-wine-7.10-ubuntu_20_04.sh @@ -0,0 +1,15 @@ +echo "Setting up dependencies..." +sudo dpkg --add-architecture i386 +wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources +sudo mv winehq-focal.sources /etc/apt/sources.list.d/ +sudo apt update +wget -nc https://dl.winehq.org/wine-builds/winehq.key +sudo mv winehq.key /usr/share/keyrings/winehq-archive.key +sudo apt update +echo "\nInstalling wine 7.11 ...." +sudo apt install winehq-devel winetricks + +echo "\nSetting up wine..." +winecfg +echo "\nDone!" +