Update ubuntu-v3.sh

This commit is contained in:
tteckster 2022-05-05 10:11:08 -04:00 committed by GitHub
parent f8010a3fdf
commit dbe0eb3fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -107,12 +107,9 @@ function advanced_settings() {
clear clear
header_info header_info
echo -e "${RD}Using Advanced Settings${CL}" 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 read VER
if [ -z $VER ]; then VER="21.10"; if [ -z $VER ]; then VER="21.10"; fi;
else
VER="20.04"
fi
echo -en "${DGN}Set Version To ${BL}$VER${CL}" echo -en "${DGN}Set Version To ${BL}$VER${CL}"
echo -e " ${CM}${CL} \r" echo -e " ${CM}${CL} \r"
sleep 1 sleep 1