Created
November 5, 2025 16:16
-
-
Save SomethingGeneric/7a5916353db663be118d62e9ee60a05d to your computer and use it in GitHub Desktop.
remove PVE subscription nag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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