PBS: ifupdown2 reload (#7013)

This commit is contained in:
CanbiZ
2025-08-20 13:06:54 +02:00
committed by GitHub
parent 34582c4dc4
commit bebf6f65aa

View File

@@ -19,6 +19,8 @@ cat <<EOF >>/etc/apt/sources.list
deb http://download.proxmox.com/debian/pbs bookworm pbs-no-subscription
EOF
$STD apt-get update
export DEBIAN_FRONTEND=noninteractive
export IFUPDOWN2_NO_IFRELOAD=1
$STD apt-get install -y proxmox-backup-server
msg_ok "Installed Proxmox Backup Server"