From 98f1dabafb40f546705ac5a0d6ca9d248d2b0368 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Fri, 23 Jan 2026 22:08:00 +0100 Subject: [PATCH] =?UTF-8?q?setup-pve.sh=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-pve.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 setup-pve.sh diff --git a/setup-pve.sh b/setup-pve.sh deleted file mode 100644 index 4fc0b50..0000000 --- a/setup-pve.sh +++ /dev/null @@ -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."