From 58461d1216963bff85e4dc2053c809c6384c2e5f Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Fri, 10 Jul 2026 17:00:22 +0200 Subject: [PATCH] post_install.sh aktualisiert --- post_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post_install.sh b/post_install.sh index 77ec01d..710b25b 100644 --- a/post_install.sh +++ b/post_install.sh @@ -22,6 +22,8 @@ SCRIPTS["Create PVE MGNT LXC"]="https://me-gitea.maieredv.cloud/manuel.maier/pve SCRIPTS["Install pcvisit RemoteHost on Windows VMs"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/install-pcvisit-remotehost.sh" SCRIPTS["Enable automatic Updates on all LXCs"]="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/cron-update-lxcs.sh" SCRIPTS["Enable Weekly CT-Trim"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/enable_weekly_ct_trim.sh" +SCRIPTS["Setup NFTABLES for NM-Node"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/set-nm-node.sh" + # Reihenfolge festlegen ORDER=( @@ -36,6 +38,7 @@ ORDER=( "Install pcvisit RemoteHost on Windows VMs" "Enable automatic Updates on all LXCs" "Enable Weekly CT-Trim" + "Setup NFTABLES for NM-Node" ) # Prüfen, ob whiptail installiert ist