From cbef6ed38b34bb58556eedacefaf0bcf3195475f Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 21 Jul 2025 23:49:39 +0200 Subject: [PATCH] optimized no subscription hack --- postinstall | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postinstall b/postinstall index c67305c..96e468a 100755 --- a/postinstall +++ b/postinstall @@ -284,18 +284,17 @@ ex "\$filename" < /etc/apt/apt.conf.d/80-suppress_no_subscription_warning DPkg::Post-Invoke {"/usr/local/bin/suppress_no_subscription_warning";}; EOF - /usr/local/bin/suppress_no_subscription_warning else if [ -f /usr/local/bin/suppress_no_subscription_warning ] ; then rm /usr/local/bin/suppress_no_subscription_warning ; fi if [ -f /etc/apt/apt.conf.d/80-suppress_no_subscription_warning ] ; then rm /etc/apt/apt.conf.d/80-suppress_no_subscription_warning ; fi fi DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install --reinstall -y -qq proxmox-widget-toolkit > /dev/null 2>&1 - systemctl restart pveproxy.service } select_pve_repo(){