Created
June 5, 2023 15:25
-
-
Save ryanburnette/41e03a370a3e995162ebdfe983fbd543 to your computer and use it in GitHub Desktop.
proxmox updates w/out paid repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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