From dbe0eb3fd520d0e130217488a9026097e1ff06ca Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 5 May 2022 10:11:08 -0400 Subject: [PATCH] Update ubuntu-v3.sh --- ct/ubuntu-v3.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ct/ubuntu-v3.sh b/ct/ubuntu-v3.sh index 040af0b1..7b20a0a0 100644 --- a/ct/ubuntu-v3.sh +++ b/ct/ubuntu-v3.sh @@ -107,12 +107,9 @@ function advanced_settings() { clear header_info echo -e "${RD}Using Advanced Settings${CL}" - echo -e "${YW}Type 20.04, or Press [ENTER] for Default: 21.10" + echo -e "${YW}Type 18.04 20.04 21.10 22.04 or Press [ENTER] for Default: 21.10" read VER - if [ -z $VER ]; then VER="21.10"; - else - VER="20.04" - fi + if [ -z $VER ]; then VER="21.10"; fi; echo -en "${DGN}Set Version To ${BL}$VER${CL}" echo -e " ${CM}${CL} \r" sleep 1