From d5d314e5ebdc80d7ecf203614a10e14edcb09df4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Mar 2024 13:24:13 -0400 Subject: [PATCH] Update pbs-install.sh tweak --- install/pbs-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pbs-install.sh b/install/pbs-install.sh index 83978159..99203391 100644 --- a/install/pbs-install.sh +++ b/install/pbs-install.sh @@ -20,7 +20,7 @@ $STD apt-get install -y mc msg_ok "Installed Dependencies" msg_info "Installing Proxmox Backup Server" -wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg +wget -q https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg cat <>/etc/apt/sources.list deb http://download.proxmox.com/debian/pbs bookworm pbs-no-subscription EOF