mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-24 08:52:18 +02:00
Update build.func
add Ubuntu 23.04 remove Ubuntu 22.10
This commit is contained in:
parent
3efff3572e
commit
fb3502c0bd
@ -153,7 +153,7 @@ advanced_settings() {
|
||||
if var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 3 \
|
||||
"20.04" "Focal" OFF \
|
||||
"22.04" "Jammy" OFF \
|
||||
"22.10" "Kinetic" OFF \
|
||||
"23.04" "Lunar" OFF \
|
||||
3>&1 1>&2 2>&3); then
|
||||
if [ -n "$var_version" ]; then
|
||||
echo -e "${DGN}Using $var_os Version: ${BGN}$var_version${CL}"
|
||||
|
Loading…
Reference in New Issue
Block a user