From 06d078dfc6d97afef44a1cfd8ad9362220ed23ab Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Tue, 20 May 2025 23:25:18 +0200 Subject: [PATCH] =?UTF-8?q?setup-pve.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-pve.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 setup-pve.sh diff --git a/setup-pve.sh b/setup-pve.sh new file mode 100644 index 0000000..121274e --- /dev/null +++ b/setup-pve.sh @@ -0,0 +1,10 @@ +#!/bin/bash +set -euo pipefail + +echo "Starte PVE Mail Setup Script..." +bash <(curl -sSL https://gitea.vmd55888.de/manuel.maier/setup-email-pve-pbs/raw/branch/main/setup-email-pve.sh) + +echo "Starte PBS Setup Script..." +bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/scaling-governor.sh)" + +echo "Alle Setups durchgelaufen."