From 29ba4726fe66e1ff479bcb57da71eb97791d51c9 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Tue, 27 Jan 2026 23:05:46 +0100 Subject: [PATCH] post_install.sh aktualisiert --- post_install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/post_install.sh b/post_install.sh index f0cf456..b72cd77 100644 --- a/post_install.sh +++ b/post_install.sh @@ -25,8 +25,7 @@ fi # Skripte (Name -> URL) declare -A SCRIPTS SCRIPTS["Get Host & SSD Serialnumbers"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/get_sn.sh" -SCRIPTS["Set PVE-Mail"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/setup-email.sh" -SCRIPTS["Set PBS-Mail"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/setup-email-pbs.sh" +SCRIPTS["Setup Mail Notification"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/setup-email.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" SCRIPTS["Set PVE Update Repos"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/set_pve_repos.sh" @@ -38,8 +37,7 @@ SCRIPTS["Install pcvisit RemoteHost on Windows VMs"]="https://me-gitea.maieredv. # Reihenfolge festlegen ORDER=( "Get Host & SSD Serialnumbers" - "Set PVE-Mail" - "Set PBS-Mail" + "Setup Mail Notification" "Set CPU Scaling Governor" "Intel e1000e Offload Fix" "Set PVE Update Repos"