Update build.func

This commit is contained in:
CanbiZ 2025-03-25 15:36:16 +01:00
parent 3cc3c6d534
commit 29be0e9183

View File

@ -1367,14 +1367,11 @@ start() {
fi
SPINNER_PID=""
install_script
fi
if ! command -v pveversion >/dev/null 2>&1; then
else
if [ -f /etc/alpine-release ]; then
echo "Running on Alpine Linux minimal update process."
update_script
return
fi
else
CHOICE=$(whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --title "${APP} LXC Update/Setting" --menu \
"Support/Update functions for ${APP} LXC. Choose an option:" \
12 60 3 \
@ -1401,9 +1398,9 @@ start() {
;;
esac
SPINNER_PID=""
update_script
fi
fi
}
# This function collects user settings and integrates all the collected information.