User Tools

Site Tools


os:proxmox_ve:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
os:proxmox_ve:misc [2020-04-10 17:36] Manuel Freios:proxmox_ve:misc [2020-04-13 01:37] Manuel Frei
Line 1: Line 1:
-====== Proxmox VE - Misc ======+====== Misc ======
  
 +===== Configure Community Repository =====
 +
 +[[https://pve.proxmox.com/wiki/Package_Repositories|PVE Wiki: Package Repositories]]
 +
 +<code>
 +DEB_VER="$(awk -F= '/^VERSION_CODENAME=/{print $2}' /etc/os-release)"
 +echo "deb http://download.proxmox.com/debian/pve ${DEB_VER} pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list
 +</code>
 +
 +===== Disable Enterprise Repository =====
 +
 +<code>
 +mv /etc/apt/sources.list.d/pve-enterprise.list{,.disabled}
 +</code>
  
 ===== Remove "No Subscription" Message ===== ===== Remove "No Subscription" Message =====
os/proxmox_ve/misc.txt · Last modified: 2020-05-19 23:29 by Manuel Frei