Update proxmox-upgrade-pve8-to-pve9-manual-guide.sh

This commit is contained in:
MacRimi 2025-08-14 19:41:22 +02:00
parent e9c9b957db
commit b3c9f71c02

View File

@ -261,7 +261,7 @@ EOF${CL}" \
echo -e echo -e
read -r read -r
clear clear
bash <(curl -fsSL "$REPO_URL/scripts/utilities/upgrade_pve8_topve9.sh") bash <(curl -fsSL "$REPO_URL/scripts/utilities/upgrade_pve8_to_pve9.sh")
} }