Skip to content

Instantly share code, notes, and snippets.

@il-katta
Created January 15, 2025 17:20
Show Gist options
  • Save il-katta/5ed6e62c60126399a154d86e73eba7f4 to your computer and use it in GitHub Desktop.
Save il-katta/5ed6e62c60126399a154d86e73eba7f4 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment