From 3a24384a08177beab840df101791f9d02916b473 Mon Sep 17 00:00:00 2001 From: mrrudy <31594962+mrrudy@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:44:40 +0200 Subject: [PATCH] removed not supported ubuntu --- ct/kodi-v1.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/kodi-v1.sh b/ct/kodi-v1.sh index 22e5ebf1..d636fcf9 100644 --- a/ct/kodi-v1.sh +++ b/ct/kodi-v1.sh @@ -94,7 +94,6 @@ function default_settings() { } function advanced_settings() { var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 3 \ -"18.04" "Bionic" OFF \ "20.04" "Focal" OFF \ "22.04" "Jammy" ON \ 3>&1 1>&2 2>&3)