Update build.func

This commit is contained in:
CanbiZ 2025-03-31 11:49:37 +02:00
parent 12e400c143
commit 23c037bfd0

View File

@ -1095,8 +1095,8 @@ select_distribution() {
while [[ -z "$var_os" ]]; do while [[ -z "$var_os" ]]; do
exec 3>&1 exec 3>&1
result=$(dialog --clear \
result=$(dialog --backtitle "[dev] Proxmox VE Helper Scripts" \ --backtitle "[dev] Proxmox VE Helper Scripts" \
--title "DISTRIBUTION" \ --title "DISTRIBUTION" \
--radiolist "Choose Distribution:" 15 60 4 \ --radiolist "Choose Distribution:" 15 60 4 \
"debian" "" $([[ "$default" == "debian" ]] && printf "on" || printf "off") \ "debian" "" $([[ "$default" == "debian" ]] && printf "on" || printf "off") \
@ -1106,7 +1106,6 @@ select_distribution() {
--extra-button \ --extra-button \
--extra-label "Back" \ --extra-label "Back" \
2>&1 1>&3) 2>&1 1>&3)
exitcode=$? exitcode=$?
exec 3>&- exec 3>&-