Proxmox VE update without subscription
Proxmox VE update without subscription
2. Make the following sources adjustments so you can update:
To fix this first add the no subscription sources:
# nano /etc/apt/sources.list add: deb http://download.proxmox.com/debian stretch pve-no-subscription
# nano /etc/apt/sources.list.d/pve-enterprise.list comment out (add a # symbol in front) of this line: # deb https://enterprise.proxmox.com/debian stretch pve-enterprise
Then update the machine
apt-get update && apt-get dist-upgrade -y
https://www.servethehome.com/creating-the-ultimate-virtualization-and-container-setup-with-management-guis/
Comments
Post a Comment