post_install.sh aktualisiert

This commit is contained in:
2026-01-23 22:20:59 +01:00
parent ea120fc642
commit 589eb7d383

View File

@@ -30,8 +30,7 @@ SCRIPTS["Set PBS-Mail"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/ra
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://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/set_pve_repos.sh" SCRIPTS["Set PVE Update Repos"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/set_pve_repos.sh"
SCRIPTS["Set PBS Update Repos"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/set_pbs_repos.sh"
# Reihenfolge festlegen # Reihenfolge festlegen
ORDER=( ORDER=(
@@ -41,6 +40,7 @@ ORDER=(
"Set CPU Scaling Governor" "Set CPU Scaling Governor"
"Intel e1000e Offload Fix" "Intel e1000e Offload Fix"
"Set PVE Update Repos" "Set PVE Update Repos"
"Set PBS Update Repos"
) )
# Funktion für Header # Funktion für Header