Advertisement
hjaltiatlason

How to Update Proxmox without a subscription and remove Subs

Jul 2nd, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #How to Update Proxmox without a subscription and remove Subscription Notice
  2.  
  3. #This is for debian buster
  4. 1) Add "deb http://download.proxmox.com/debian/ buster pve-no-subscription" in /etc/apt/sources.list
  5.  
  6. #This is for debian buster
  7. 2) Comment out "deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise" in /etc/apt/sources.list.d/pve-enterprise.list
  8.  
  9. 3) apt update && apt dist-upgrade -y
  10.  
  11. 4) cd /usr/share/javascript/proxmox-widget-toolkit/
  12.  
  13. 5) cp proxmoxlib.js proxmoxlib.js.bak
  14.  
  15. 6) sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget- toolkit/proxmoxlib.js && systemctl restart pveproxy.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement