From 063b52f804a9529067ef469c7199209f0b042ab1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 9 Jun 2023 21:27:00 -0400 Subject: [PATCH] Update pve8-post-install.sh tweak 'pve-enterprise' repository --- misc/pve8-post-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/pve8-post-install.sh b/misc/pve8-post-install.sh index b542867d..04ebf134 100644 --- a/misc/pve8-post-install.sh +++ b/misc/pve8-post-install.sh @@ -53,7 +53,9 @@ start_routines() { case $CHOICE in yes) msg_info "Disabling 'pve-enterprise' repository" - sed -i 's/^deb/#deb/g' /etc/apt/sources.list.d/pve-enterprise.list + cat </etc/apt/sources.list.d/pve-enterprise.list +# deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise +EOF msg_ok "Disabled 'pve-enterprise' repository" ;; no)