Skip to content

Instantly share code, notes, and snippets.

@tjcomserv
Created July 7, 2023 10:52
Show Gist options
  • Save tjcomserv/7387d23fcf6e26bd049686a0478175a2 to your computer and use it in GitHub Desktop.
Save tjcomserv/7387d23fcf6e26bd049686a0478175a2 to your computer and use it in GitHub Desktop.
Proxmox use Non subscription for updates
mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-no-subscription.list
sed -i '1 s/^/#/' /etc/apt/sources.list.d/pve-no-subscription.list
echo "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" >> /etc/apt/sources.list.d/pve-no-subscription.list
apt update && apt upgrade
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment