From a527849c7e0fdcc8af34642c1eb189dbbe8c2a58 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 10 Jun 2023 21:20:01 -0400 Subject: [PATCH] Update pve8-install.sh tweak --- misc/pve8-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/pve8-install.sh b/misc/pve8-install.sh index d0f032df..703abd13 100644 --- a/misc/pve8-install.sh +++ b/misc/pve8-install.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" ;; @@ -121,8 +121,8 @@ EOF case $CHOICE in yes) msg_info "Adding 'pvetest' repository and set disabled" - cat </etc/apt/sources.list.d/pve-test-repo.list -# deb http://download.proxmox.com/debian/pve bookworm pvetest + cat </etc/apt/sources.list.d/pvetest-for-beta.list +deb http://download.proxmox.com/debian/pve bookworm pvetest EOF msg_ok "Added 'pvetest' repository" ;;