1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-16 12:14:42 -04:00

Be more consistent with Proxmox

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-02-03 06:46:19 -07:00
parent a187c7fc46
commit a041458351
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -47,6 +47,7 @@ systemctl restart sshd
# Setup repositories
sed -i '1 {s/^/# /}' /etc/apt/sources.list.d/pve-enterprise.list
sed -i '1 {s/^/# /}' /etc/apt/sources.list.d/ceph.list
echo 'deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
@ -58,7 +59,7 @@ 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
echo 'deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription' | tee -a /etc/apt/sources.list.d/ceph.list
# Update packages