From 9d89f989876a0081362629d63a0b07bf49abe420 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 27 Sep 2025 18:26:23 +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 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")