Latest instructions for Proxmox 9 :)
- Update the Ceph repository from enterprise to no-subscription
sed -i \
-e 's|https://enterprise.proxmox.com/debian/ceph-squid|http://download.proxmox.com/debian/ceph-squid|g' \
-e 's/Components: enterprise/Components: no-subscription/g' \
/etc/apt/sources.list.d/ceph.sources- Remove the PVE enterprise repository file
rm /etc/apt/sources.list.d/pve-enterprise.sources- Create the PVE no-subscription repository file
cat > /etc/apt/sources.list.d/proxmox.sources << 'EOF'
Types: deb
URIs: http://download.proxmox.com/debian/pve
Suites: trixie
Components: pve-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
EOF- Update the package cache
apt update- Download fake subscription package
wget https://github.com/Jamesits/pve-fake-subscription/releases/download/v0.0.11/pve-fake-subscription_0.0.11+git-1_all.deb -O /tmp/pve-fake-subscription_0.0.11+git-1_all.deb
dpkg -i /tmp/pve*.deb- Block subscription key lookups
echo "127.0.0.1 shop.maurer-it.com" | tee -a /etc/hosts- Reboot
rebootSource: https://pve.proxmox.com/wiki/Package_Repositories https://github.com/Jamesits/pve-fake-subscription?tab=readme-ov-file
One line for those in a rush: