Comments on: How to setup Proxmox Virtual Environment (PVE) community repository https://geekistheway.com/2021/02/25/how-to-setup-proxmox-virtual-environment-pve-community-repository/ Trying to learn just a bit! Mon, 30 Dec 2024 18:08:35 +0000 hourly 1 https://wordpress.org/?v=7.0 By: fyksen https://geekistheway.com/2021/02/25/how-to-setup-proxmox-virtual-environment-pve-community-repository/#comment-204 Fri, 31 Dec 2021 15:01:53 +0000 http://crepaldi.us/?p=641#comment-204 Thanks. Very helpful.
Just wanted to chime in. If you also are testing the proxmox backup VM. You can do the same thing:

rm /etc/apt/sources.list.d/pbs-enterprise.list
apt update
apt -y full-upgrade
echo “deb http://download.proxmox.com/debian/pbs bullseye pbs-no-subscription” > /etc/apt/sources.list.d/pbs-community.list
apt update
apt -y full-upgrade

]]>