From ff73a444207005f5aee16c716ce16db3c1b7fd69 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Fri, 23 Jan 2026 17:40:15 +0100 Subject: [PATCH] post_install.sh aktualisiert --- post_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post_install.sh b/post_install.sh index a38b86b..3dd55f9 100644 --- a/post_install.sh +++ b/post_install.sh @@ -11,7 +11,8 @@ declare -A SCRIPTS SCRIPTS["Host & SSD Seriennummern"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/get_sn.sh" SCRIPTS["Set PVE-Mail"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/setup-email-pve.sh" SCRIPTS["Set PBS-Mail"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/setup-email-pbs.sh" -SCRIPTS["Externe Analyse"]="https://example.com/remote_script.sh" +SCRIPTS["Set CPU Scaling Governor"]="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/scaling-governor.sh" +SCRIPTS["Intel e1000e Offload Fix"]="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/nic-offloading-fix.sh" # Reihenfolge festlegen ORDER=("Host & SSD Seriennummern" "Set PVE-Mail" "Set PBS-Mail" "Externe Analyse")