Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save axcelred/7d863306d75b750980b9abf8fdef09a4 to your computer and use it in GitHub Desktop.

Select an option

Save axcelred/7d863306d75b750980b9abf8fdef09a4 to your computer and use it in GitHub Desktop.

Revisions

  1. Akash Rajvanshi created this gist Feb 13, 2021.
    19 changes: 19 additions & 0 deletions Proxmox_Community_Update.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    # 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