From e643fb6332cf07c8de1b5f4d9041d25e2e85875c Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 21 Sep 2022 02:38:51 -0400 Subject: [PATCH] Update emby-v4.sh remove 22.04 as an option for now --- ct/emby-v4.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/emby-v4.sh b/ct/emby-v4.sh index 6ea1bcec..db03bdfa 100644 --- a/ct/emby-v4.sh +++ b/ct/emby-v4.sh @@ -98,11 +98,10 @@ function default_settings() { echo -e "${BL}Creating a ${APP} LXC using the above default settings${CL}" } function advanced_settings() { -var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \ +var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 3 \ "18.04" "Bionic" OFF \ "20.04" "Focal" ON \ "21.10" "Impish" OFF \ -"22.04" "Jammy" OFF \ 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus = 0 ]; then