Skip to content

Instantly share code, notes, and snippets.

@ryanburnette
Created June 5, 2023 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanburnette/41e03a370a3e995162ebdfe983fbd543 to your computer and use it in GitHub Desktop.
Save ryanburnette/41e03a370a3e995162ebdfe983fbd543 to your computer and use it in GitHub Desktop.
proxmox updates w/out paid repo
#!/bin/sh
sed -i 's:^deb :#deb :g' /etc/apt/sources.list.d/pve-enterprise.list
wget http://download.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
echo '# pve-no-subscription repository provided by proxmox.com, not recommended for production use
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
' > /etc/apt/sources.list.d/pve-no-subscription.list
apt update
#pveupgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment