Created
January 17, 2026 04:49
-
-
Save wpyoga/2f7695304de40eae1ff2dd1f9a33fe25 to your computer and use it in GitHub Desktop.
Proxmox VE 9 -- remove subscription nag screen
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
| sudo sed \ | |
| -i.orig /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js \ | |
| -e 's#\(^ *checked_command: *function *(orig_cmd) *{$\)#\1orig_cmd();},orig_checked_command:function(orig_cmd){#' | |
| sudo sed \ | |
| -i.orig /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.min.js \ | |
| -e 's#\(checked_command:function(a){\)\(Proxmox.Utils.API2Request\)#\1a();},orig_checked_command:function(a){\2#' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment