From a60e1469672ef1859abb851497395bb7e1a1ae38 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 14 Apr 2024 09:56:20 +0200 Subject: [PATCH] update script for bookworm --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a8ab4e5..6de05a0 100644 --- a/install.sh +++ b/install.sh @@ -51,6 +51,8 @@ else fi if [ "${CODENAME}" = "bullseye" ]; then + DIST="kinetic" +elif [ "${CODENAME}" = "bullseye" ]; then DIST="focal" elif [ "${CODENAME}" = "buster" ]; then DIST="bionic" @@ -185,7 +187,7 @@ fi IP2L=$(whiptail --title "Add The IP2Location Download Client to Mystic" --radiolist --cancel-button Exit-Script "Choose Yes No" 8 58 2 \ "Yes" "Add IP2Location Download Client" ON \ - "No" "Don't Add IP2Location™ Download Client" OFF \ + "No" "Don't Add IP2Location Download Client" OFF \ 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus = 0 ]; then