From ed4b0eba2fd7a9ec458462b850e9746e6c95f648 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 6 Aug 2025 20:04:52 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index d258ad6..960b0a2 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -107,7 +107,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")