From 317ce24cbda39a0a619b4b2c073a75f330e03ed4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 21 Feb 2022 11:26:58 -0500 Subject: [PATCH] Update post_install.sh --- misc/post_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/post_install.sh b/misc/post_install.sh index bb53f446..f6dc0947 100644 --- a/misc/post_install.sh +++ b/misc/post_install.sh @@ -23,7 +23,6 @@ deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription # deb http://download.proxmox.com/debian/pve bullseye pvetest EOF echo -e "\e[1;33m Disable Subscription Nag... \e[0m" -sleep 1 echo "DPkg::Post-Invoke { \"dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ \$? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi\"; };" > /etc/apt/apt.conf.d/no-nag-script apt --reinstall install proxmox-widget-toolkit &>/dev/null echo -e "\e[1;33m Finished....Please Update Proxmox \e[0m"