From d0737aeeeed42eb03b5112d802b5708275fb95b8 Mon Sep 17 00:00:00 2001 From: Rishon Jonathan R Date: Thu, 4 May 2023 14:49:22 +0530 Subject: [PATCH] Replaced Ubuntu 22.10 Support for 23.04 --- wine-installer-ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine-installer-ubuntu.sh b/wine-installer-ubuntu.sh index 164f08b..322ee82 100644 --- a/wine-installer-ubuntu.sh +++ b/wine-installer-ubuntu.sh @@ -57,8 +57,8 @@ if [ "$RELEASE" = "22.04" ]; then sudo apt update fi -if [ "$RELEASE" = "22.10" ]; then - sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/kinetic/winehq-kinetic.sources +if [ "$RELEASE" = "23.4" ]; 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 echo "Unsupported release"