Update proxmox-mail-gateway-install.sh

This commit is contained in:
Michel Roegl-Brunner 2025-02-10 09:18:40 +01:00 committed by GitHub
parent 1574eec62f
commit c8541e188d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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