setup-pve.sh gelöscht

This commit is contained in:
2026-01-23 22:08:00 +01:00
parent 7a6b85d1ea
commit 98f1dabafb

View File

@@ -1,10 +0,0 @@
#!/bin/bash
set -euo pipefail
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 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."