Created
December 24, 2023 06:40
-
-
Save tienthanh2509/4f467f6c9fe7fad37f96a354449b03ae to your computer and use it in GitHub Desktop.
Proxmox remove subscription message
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 { \"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 proxmox-widget-toolkit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref: https://forum.proxmox.com/threads/no-valid-subscription-message-but-i-have-a-subscription-for-all-4-nodes.125006/