Skip to content

Instantly share code, notes, and snippets.

@wilfredsmit
Forked from whiskerz007/gist:53c6aa5d624154bacbbc54880e1e3b2a
Last active December 24, 2019 15:53
Show Gist options
  • Save wilfredsmit/0f5df997fbc94ce815e96439ee01eb0f to your computer and use it in GitHub Desktop.
Save wilfredsmit/0f5df997fbc94ce815e96439ee01eb0f 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