diff --git a/misc/post-pve-install.sh b/misc/post-pve-install.sh index ec8d7d98..f142b850 100644 --- a/misc/post-pve-install.sh +++ b/misc/post-pve-install.sh @@ -105,9 +105,9 @@ EOF yes) msg_info "Correcting 'ceph package repositories'" cat </etc/apt/sources.list.d/ceph.list -# deb http://download.proxmox.com/debian/ceph-quincy bookworm enterprise +# deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise # deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription -# deb http://download.proxmox.com/debian/ceph-reef bookworm enterprise +# deb https://enterprise.proxmox.com/debian/ceph-reef bookworm enterprise # deb http://download.proxmox.com/debian/ceph-reef bookworm no-subscription EOF msg_ok "Corrected 'ceph package repositories'"