update script for bookworm
This commit is contained in:
parent
501bd8c536
commit
a60e146967
@ -51,6 +51,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${CODENAME}" = "bullseye" ]; then
|
if [ "${CODENAME}" = "bullseye" ]; then
|
||||||
|
DIST="kinetic"
|
||||||
|
elif [ "${CODENAME}" = "bullseye" ]; then
|
||||||
DIST="focal"
|
DIST="focal"
|
||||||
elif [ "${CODENAME}" = "buster" ]; then
|
elif [ "${CODENAME}" = "buster" ]; then
|
||||||
DIST="bionic"
|
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 \
|
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 \
|
"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)
|
3>&1 1>&2 2>&3)
|
||||||
exitstatus=$?
|
exitstatus=$?
|
||||||
if [ $exitstatus = 0 ]; then
|
if [ $exitstatus = 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user