From 7c9d09901a93fc2299e18048ebfa7b09c77cc275 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Wed, 21 May 2025 09:44:35 +0200 Subject: [PATCH] setup-pve.sh aktualisiert --- setup-pve.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-pve.sh b/setup-pve.sh index 121274e..4fc0b50 100644 --- a/setup-pve.sh +++ b/setup-pve.sh @@ -1,10 +1,10 @@ #!/bin/bash set -euo pipefail -echo "Starte PVE Mail Setup Script..." +echo "Starte Proxmox VE 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..." +echo "Starte Proxmox VE CPU Scaling Governor Script ..." bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/scaling-governor.sh)" echo "Alle Setups durchgelaufen."