Parcourir la source

ubuntu os versions (#753)

tteckster il y a 2 ans
Parent
commit
1b35388336
5 fichiers modifiés avec 11 ajouts et 8 suppressions
  1. 3 2
      ct/emby-v4.sh
  2. 3 2
      ct/jellyfin-v4.sh
  3. 1 1
      ct/omada-v4.sh
  4. 3 2
      ct/plex-v4.sh
  5. 1 1
      ct/ubuntu-v4.sh

+ 3 - 2
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

+ 3 - 2
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

+ 1 - 1
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

+ 3 - 2
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

+ 1 - 1
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