1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 21:24:43 -04:00

Update repositories

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-07-04 06:00:38 -07:00 committed by GitHub
parent 7761385941
commit 81a59acd71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@ systemctl restart sshd
sed -i '1 {s/^/#/}' /etc/apt/sources.list.d/pve-enterprise.list
echo 'deb https://deb.debian.org/debian/ bullseye main contrib non-free
echo 'deb https://deb.debian.org/debian/ bookworm main contrib non-free
deb https://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free
# security updates
deb https://security.debian.org bullseye-security main contrib non-free
deb https://security.debian.org bookworm-security main contrib non-free
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription' | tee /etc/apt/sources.list
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription' | tee /etc/apt/sources.list
apt update
apt upgrade -y