From 81a59acd71ae1a9b031fe471d094516e2164b506 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 4 Jul 2023 06:00:38 -0700 Subject: [PATCH] Update repositories Signed-off-by: Tommy --- Proxmox-8.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Proxmox-8.sh b/Proxmox-8.sh index e0093f8..5a0f17b 100644 --- a/Proxmox-8.sh +++ b/Proxmox-8.sh @@ -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