From 433a19e46a1e9e66ce7032aedb818fe767f0dc73 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 6 Aug 2025 20:10:38 +0200 Subject: [PATCH] Update customizable_post_install.sh --- scripts/post_install/customizable_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index 446901f..fecdafd 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -194,7 +194,7 @@ apt_upgrade() { if [[ "$pve_version" -ge 9 ]]; then - bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve9.sh") + bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve.sh") else bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve8.sh")