From 5a566f1a985e7ed7d096e11547f5801e784292ed Mon Sep 17 00:00:00 2001 From: Rishon Jonathan R Date: Wed, 22 Jun 2022 20:55:25 +0530 Subject: [PATCH] Update get-wine-7.10-ubuntu_22_04.sh --- get-wine-7.10-ubuntu_22_04.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-wine-7.10-ubuntu_22_04.sh b/get-wine-7.10-ubuntu_22_04.sh index 79351d7..d53378f 100644 --- a/get-wine-7.10-ubuntu_22_04.sh +++ b/get-wine-7.10-ubuntu_22_04.sh @@ -7,7 +7,7 @@ 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.10 ...." +echo "Installing wine 7.10 ...." sudo apt install winehq-devel winetricks echo "\nSetting up wine..."