Skip to content

Instantly share code, notes, and snippets.

@DirkTas67
Forked from wilfredsmit/Proxmox snippets
Created December 24, 2019 15:53
Show Gist options
  • Save DirkTas67/af5c49c1cf147d4a1441ca7c6782f6c6 to your computer and use it in GitHub Desktop.
Save DirkTas67/af5c49c1cf147d4a1441ca7c6782f6c6 to your computer and use it in GitHub Desktop.
How to setup a community version of Proxmox VE 5.2+
# Disable Commercial Repo
sed -i "s/^deb/\#deb/" /etc/apt/sources.list.d/pve-enterprise.list
# Add PVE Community Repo
echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription" > /etc/apt/sources.list.d/pve-no-enterprise.list
# Remove nag
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js{,.bak}
sed -i "s/if (data.status !== 'Active')/if (false)/" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment