浏览代码

ubuntu os versions (#753)

tteckster 2 年之前
父节点
当前提交
1b35388336
共有 5 个文件被更改,包括 11 次插入8 次删除
  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