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