From 9ba59e0b561c9289aa712e7b9872432ec150b48b Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 9 Jun 2024 03:23:59 -0400 Subject: [PATCH] Correct ceph enterprise urls (#3157) --- misc/post-pve-install.sh | 4 ++-- misc/pve8-upgrade.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'" diff --git a/misc/pve8-upgrade.sh b/misc/pve8-upgrade.sh index 86aaee2f..360b339b 100644 --- a/misc/pve8-upgrade.sh +++ b/misc/pve8-upgrade.sh @@ -73,7 +73,7 @@ EOF whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "PVE8 CEPH PACKAGE REPOSITORIES" "The 'Ceph Package Repositories' provides access to both the 'no-subscription' and 'enterprise' repositories." 10 58 msg_info "Enabling '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 EOF msg_ok "Enabled 'ceph package repositories'"