Skip to content

Instantly share code, notes, and snippets.

@wpyoga
Created January 17, 2026 04:49
Show Gist options
  • Select an option

  • Save wpyoga/2f7695304de40eae1ff2dd1f9a33fe25 to your computer and use it in GitHub Desktop.

Select an option

Save wpyoga/2f7695304de40eae1ff2dd1f9a33fe25 to your computer and use it in GitHub Desktop.
Proxmox VE 9 -- remove subscription nag screen
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