diff --git a/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh b/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh index eeee294..48c8a84 100644 --- a/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh +++ b/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh @@ -261,7 +261,7 @@ EOF${CL}" \ echo -e read -r clear - bash <(curl -fsSL "$REPO_URL/scripts/utilities/upgrade_pve8_topve9.sh") + bash <(curl -fsSL "$REPO_URL/scripts/utilities/upgrade_pve8_to_pve9.sh") }