From 1b353883365f292efba62c537815e62442eef836 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Mon, 21 Nov 2022 17:34:59 -0500
Subject: [PATCH] ubuntu os versions (#753)

---
 ct/emby-v4.sh     | 5 +++--
 ct/jellyfin-v4.sh | 5 +++--
 ct/omada-v4.sh    | 2 +-
 ct/plex-v4.sh     | 5 +++--
 ct/ubuntu-v4.sh   | 2 +-
 5 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/ct/emby-v4.sh b/ct/emby-v4.sh
index c858bb44..7bd7cced 100644
--- a/ct/emby-v4.sh
+++ b/ct/emby-v4.sh
@@ -98,10 +98,11 @@ 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 3 \
+  var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
     "18.04" "Bionic" OFF \
     "20.04" "Focal" ON \
-    "21.10" "Impish" OFF \
+    "22.04" "Jammy" OFF \
+    "22.10" "Kinetic" OFF \
     3>&1 1>&2 2>&3)
   exitstatus=$?
   if [ $exitstatus = 0 ]; then echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"; fi
diff --git a/ct/jellyfin-v4.sh b/ct/jellyfin-v4.sh
index a287b7e1..21af5b44 100644
--- a/ct/jellyfin-v4.sh
+++ b/ct/jellyfin-v4.sh
@@ -98,10 +98,11 @@ 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 3 \
+  var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
     "18.04" "Bionic" OFF \
     "20.04" "Focal" ON \
-    "21.10" "Impish" OFF \
+    "22.04" "Jammy" OFF \
+    "22.10" "Kinetic" OFF \
     3>&1 1>&2 2>&3)
   exitstatus=$?
   if [ $exitstatus = 0 ]; then echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"; fi
diff --git a/ct/omada-v4.sh b/ct/omada-v4.sh
index 6cea6f85..7ef80131 100644
--- a/ct/omada-v4.sh
+++ b/ct/omada-v4.sh
@@ -100,8 +100,8 @@ function advanced_settings() {
   var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
     "18.04" "Bionic" OFF \
     "20.04" "Focal" ON \
-    "21.10" "Impish" OFF \
     "22.04" "Jammy" OFF \
+    "22.10" "Kinetic" OFF \
     3>&1 1>&2 2>&3)
   exitstatus=$?
   if [ $exitstatus = 0 ]; then echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"; fi
diff --git a/ct/plex-v4.sh b/ct/plex-v4.sh
index b2e631d9..71891a0f 100644
--- a/ct/plex-v4.sh
+++ b/ct/plex-v4.sh
@@ -98,10 +98,11 @@ 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 3 \
+  var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
     "18.04" "Bionic" OFF \
     "20.04" "Focal" ON \
-    "21.10" "Impish" OFF \
+    "22.04" "Jammy" OFF \
+    "22.10" "Kinetic" OFF \
     3>&1 1>&2 2>&3)
   exitstatus=$?
   if [ $exitstatus = 0 ]; then echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"; fi
diff --git a/ct/ubuntu-v4.sh b/ct/ubuntu-v4.sh
index ce011c0a..1cd16c05 100644
--- a/ct/ubuntu-v4.sh
+++ b/ct/ubuntu-v4.sh
@@ -100,8 +100,8 @@ function advanced_settings() {
   var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
     "18.04" "Bionic" OFF \
     "20.04" "Focal" OFF \
-    "21.10" "Impish" OFF \
     "22.04" "Jammy" ON \
+    "22.10" "Kinetic" OFF \
     3>&1 1>&2 2>&3)
   exitstatus=$?
   if [ $exitstatus = 0 ]; then echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"; fi