Compare commits

..

No commits in common. "0d5754de1249cc509087863bb1db22f448993c63" and "72f3648730de3db97a0b564942b80321d85a0222" have entirely different histories.

2 changed files with 3 additions and 14 deletions

View File

@ -143,19 +143,8 @@ advanced_settings() {
fi
if [ "$var_os" == "debian" ]; then
var_version=""
while [ -z "$var_version" ]; do
if var_version=$(whiptail --title "DEBIAN VERSION" --radiolist "Choose Version" 10 58 2 \
"11" "Bullseye" OFF \
"12" "Bookworm" OFF \
3>&1 1>&2 2>&3); then
if [ -n "$var_version" ]; then
echo -e "${DGN}Using $var_os Version: ${BGN}$var_version${CL}"
fi
else
exit-script
fi
done
var_version="11"
echo -e "${DGN}Using $var_os Version: ${BGN}$var_version${CL}"
fi
if [ "$var_os" == "ubuntu" ]; then

View File

@ -138,7 +138,7 @@ EOF
yes)
msg_info "Updating to Proxmox VE 8 (Patience)"
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confold" dist-upgrade -y
apt-get -y dist-upgrade
msg_ok "Updated to Proxmox VE 8"
;;
no)