Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Created February 13, 2021 07:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AkashRajvanshi/7afce49fa6d8c848bb4e8a2f8af4a849 to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/7afce49fa6d8c848bb4e8a2f8af4a849 to your computer and use it in GitHub Desktop.
# Proxmox by default updates from subscription based repo, for without subscription based repo update. We need to do some extra steps:
# Edit /etc/apt/sources.list ( add this )
$ vim /etc/apt/sources.list
# Not for production use
deb http://download.proxmox.com/debian buster pve-no-subscription
$ cd /etc/apt/sources.list.d
$ cp pve-enterprise.list pve-enterprise.list.bak
$ vim pve-enterprise.list
# comment out this line : deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
# Update the system
$ apt update
# Distro upgrade
apt dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment