post_install.sh aktualisiert

This commit is contained in:
2026-01-27 23:05:46 +01:00
parent 9c1572003f
commit 29ba4726fe

View File

@@ -25,8 +25,7 @@ fi
# Skripte (Name -> URL) # Skripte (Name -> URL)
declare -A SCRIPTS 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["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["Setup Mail Notification"]="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["Set CPU Scaling Governor"]="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/scaling-governor.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["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" 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 # Reihenfolge festlegen
ORDER=( ORDER=(
"Get Host & SSD Serialnumbers" "Get Host & SSD Serialnumbers"
"Set PVE-Mail" "Setup Mail Notification"
"Set PBS-Mail"
"Set CPU Scaling Governor" "Set CPU Scaling Governor"
"Intel e1000e Offload Fix" "Intel e1000e Offload Fix"
"Set PVE Update Repos" "Set PVE Update Repos"