From c8541e188dd5e99ffc56c53952ababb0f1480ddf Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:18:40 +0100 Subject: [PATCH] Update proxmox-mail-gateway-install.sh --- install/proxmox-mail-gateway-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/proxmox-mail-gateway-install.sh b/install/proxmox-mail-gateway-install.sh index 0d4f8649..0b0ef63d 100644 --- a/install/proxmox-mail-gateway-install.sh +++ b/install/proxmox-mail-gateway-install.sh @@ -21,10 +21,10 @@ $STD apt-get -y install \ msg_ok "Installed Dependencies" msg_info "Installing Proxmox Mail Gateway" -$STD wget -q https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg -$STD echo "deb http://download.proxmox.com/debian/pmg bookworm pmg-no-subscription" > /etc/apt/sources.list.d/pmg.list -$STD apt-get update >/dev/null -$STD apt-get -y install proxmox-mailgateway-container >/dev/null +wget -q https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg +echo "deb http://download.proxmox.com/debian/pmg bookworm pmg-no-subscription" > /etc/apt/sources.list.d/pmg.list +$STD apt-get update +$STD apt-get -y install proxmox-mailgateway-container msg_ok "Installed Proxmox Mail Gateway" motd_ssh