wiki:proxmox9_repo
Обновление репозиториев Debian
Замените репозитории Bookworm на Trixie:
sed -i 's/bookworm/trixie/g' /etc/apt/sources.listsed -i 's/bookworm/trixie/g' /etc/apt/sources.list.d/pve-enterprise.list
Добавление репозитория Proxmox VE 9
- Элемент ненумерованного спискаСоздайте новый файл репозитория:
cat > /etc/apt/sources.list.d/proxmox.sources << EOF Types: deb URIs: [[http://download.proxmox.com/debian/pve|http://download.proxmox.com/debian/pve]] Suites: trixie Components: pve-no-subscription Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg EOF
- Обновление репозитория Ceph (при наличии)
- Для гиперконвергентных кластеров:
cat > /etc/apt/sources.list.d/ceph.sources << EOF Types: deb URIs: [[http://download.proxmox.com/debian/ceph-squid|http://download.proxmox.com/debian/ceph-squid]] Suites: trixie Components: no-subscription Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg EOF
- Удалите старый файл
/etc/apt/sources.list.d/ceph.list
apt update
wiki/proxmox9_repo.txt · Последнее изменение: — odmin
