From b3c9f71c0236b3f16facc1124ac42591f4ccc0fe Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 14 Aug 2025 19:41:22 +0200 Subject: [PATCH] Update proxmox-upgrade-pve8-to-pve9-manual-guide.sh --- scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }