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