Correct ceph enterprise urls (#3157)

This commit is contained in:
Ryan
2024-06-09 03:23:59 -04:00
committed by GitHub
parent 0a35b1a5bb
commit 9ba59e0b56
2 changed files with 3 additions and 3 deletions

View File

@@ -105,9 +105,9 @@ EOF
yes)
msg_info "Correcting 'ceph package repositories'"
cat <<EOF >/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'"