mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-23 01:41:34 -05:00
Compare commits
No commits in common. "a041458351fc4461c391fc2e0a9a0d7afd85cbea" and "2c6cd3cd173de88db96152794c5198f051aff3be" have entirely different histories.
a041458351
...
2c6cd3cd17
@ -46,12 +46,11 @@ systemctl daemon-reload
|
|||||||
systemctl restart sshd
|
systemctl restart sshd
|
||||||
|
|
||||||
# Setup repositories
|
# Setup repositories
|
||||||
sed -i '1 {s/^/# /}' /etc/apt/sources.list.d/pve-enterprise.list
|
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
|
echo 'deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
|
||||||
|
|
||||||
deb https://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
|
deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
|
||||||
|
|
||||||
deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
|
deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
|
||||||
|
|
||||||
@ -59,7 +58,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
|
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 -a /etc/apt/sources.list.d/ceph.list
|
echo 'deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription' | tee /etc/apt/sources.list.d/ceph.list
|
||||||
|
|
||||||
|
|
||||||
# Update packages
|
# Update packages
|
||||||
|
Loading…
Reference in New Issue
Block a user