Created
July 7, 2023 10:52
-
-
Save tjcomserv/7387d23fcf6e26bd049686a0478175a2 to your computer and use it in GitHub Desktop.
Proxmox use Non subscription for updates
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
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