post_install.sh aktualisiert

This commit is contained in:
2026-07-10 17:00:22 +02:00
parent 9a713068f4
commit 58461d1216
+3
View File
@@ -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["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 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["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 # Reihenfolge festlegen
ORDER=( ORDER=(
@@ -36,6 +38,7 @@ ORDER=(
"Install pcvisit RemoteHost on Windows VMs" "Install pcvisit RemoteHost on Windows VMs"
"Enable automatic Updates on all LXCs" "Enable automatic Updates on all LXCs"
"Enable Weekly CT-Trim" "Enable Weekly CT-Trim"
"Setup NFTABLES for NM-Node"
) )
# Prüfen, ob whiptail installiert ist # Prüfen, ob whiptail installiert ist