From 44a45e4a90686b0adad9be419a0b906777fd25cb Mon Sep 17 00:00:00 2001 From: Rishon Jonathan R Date: Thu, 4 May 2023 14:52:39 +0530 Subject: [PATCH] Fixed typo --- wine-installer-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine-installer-ubuntu.sh b/wine-installer-ubuntu.sh index 322ee82..442c4c4 100644 --- a/wine-installer-ubuntu.sh +++ b/wine-installer-ubuntu.sh @@ -57,7 +57,7 @@ if [ "$RELEASE" = "22.04" ]; then sudo apt update fi -if [ "$RELEASE" = "23.4" ]; then +if [ "$RELEASE" = "23.04" ]; then sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/lunar/winehq-lunar.sources sudo apt update else