update script for bookworm

This commit is contained in:
Mario Fetka 2024-04-14 09:56:20 +02:00
parent 501bd8c536
commit a60e146967

View File

@ -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