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")