1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

Add ceph repo for Proxmox

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-12-01 18:59:29 -07:00
parent 7c08f70eb3
commit f6a88e32e8
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17

View File

@ -47,6 +47,8 @@ deb https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription' | tee /etc/apt/sources.list
echo 'deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription' | tee /etc/apt/sources.list.d/ceph.list
# Update and install packages
apt update
apt upgrade -y