diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index 5fa25da..34d9888 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -2902,7 +2902,7 @@ remove_subscription_banner() { if [[ "$pve_version" -ge 9 ]]; then - bash <(curl -fsSL "$REPO_URL/scripts/global/remove-banner-pve9.sh") + bash <(curl -fsSL "$REPO_URL/scripts/global/remove-banner-pve9_2.sh") else bash <(curl -fsSL "$REPO_URL/scripts/global/remove-banner-pve8.sh")