From b000871a607efde5c7af945abd6fda73649971b2 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Fri, 10 Apr 2026 17:44:39 +0200 Subject: [PATCH] post_install.sh aktualisiert --- post_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post_install.sh b/post_install.sh index 0ca0ea5..77ec01d 100644 --- a/post_install.sh +++ b/post_install.sh @@ -21,6 +21,7 @@ SCRIPTS["Create PVE MGNT Bridge"]="https://me-gitea.maieredv.cloud/manuel.maier/ SCRIPTS["Create PVE MGNT LXC"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/create_pve-mgnt-lxc.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 Weekly CT-Trim"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/enable_weekly_ct_trim.sh" # Reihenfolge festlegen ORDER=( @@ -34,6 +35,7 @@ ORDER=( "Create PVE MGNT LXC" "Install pcvisit RemoteHost on Windows VMs" "Enable automatic Updates on all LXCs" + "Enable Weekly CT-Trim" ) # Prüfen, ob whiptail installiert ist