Update pve8-post-install.sh

tweak 'pve-enterprise' repository
This commit is contained in:
tteckster 2023-06-09 21:27:00 -04:00 committed by GitHub
parent 50621a5dfc
commit 063b52f804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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 <<EOF >/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)