Update build.func

Remove Ubuntu 18.04, which will reach EOL on April 30, 2023
This commit is contained in:
tteckster 2023-04-22 05:37:20 -04:00 committed by GitHub
parent 52ce746cbe
commit 811589a470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ exit-script() {
advanced_settings() {
if [ "$var_os" == "ubuntu" ]; then
if var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 4 \
"18.04" "Bionic" OFF \
if var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 3 \
"20.04" "Focal" ON \
"22.04" "Jammy" OFF \
"22.10" "Kinetic" OFF \