mirror of https://github.com/tteck/Proxmox.git
Update pve8-post-install.sh
tweak 'pve-enterprise' repository
This commit is contained in:
parent
50621a5dfc
commit
063b52f804
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue