From 4c8a31f48547ccea08dee58675fd91b83092c096 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 22 Jun 2023 10:37:22 -0400 Subject: [PATCH] Update pve8-upgrade.sh out of beta --- misc/pve8-upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/pve8-upgrade.sh b/misc/pve8-upgrade.sh index eaf41ca5..7442c799 100644 --- a/misc/pve8-upgrade.sh +++ b/misc/pve8-upgrade.sh @@ -89,7 +89,7 @@ EOF yes) msg_info "Enabling 'pve-no-subscription' repository" cat </etc/apt/sources.list.d/pve-install-repo.list -# deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription +deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription EOF msg_ok "Enabled 'pve-no-subscription' repository" ;; @@ -122,7 +122,7 @@ EOF yes) msg_info "Adding 'pvetest' repository and set disabled" cat </etc/apt/sources.list.d/pvetest-for-beta.list -deb http://download.proxmox.com/debian/pve bookworm pvetest +# deb http://download.proxmox.com/debian/pve bookworm pvetest EOF msg_ok "Added 'pvetest' repository" ;;