Skip to content

Instantly share code, notes, and snippets.

@SomethingGeneric
Created November 5, 2025 16:16
Show Gist options
  • Select an option

  • Save SomethingGeneric/7a5916353db663be118d62e9ee60a05d to your computer and use it in GitHub Desktop.

Select an option

Save SomethingGeneric/7a5916353db663be118d62e9ee60a05d to your computer and use it in GitHub Desktop.
remove PVE subscription nag
echo "DPkg::Post-Invoke { \"if [ -s /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js ] && ! grep -q -F 'NoMoreNagging' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment