From 960eb6a8703c6737072b7e46ea3669c023aca43d Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Tue, 3 Feb 2026 10:29:51 +0100 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 204721a..0ca0ea5 100644 --- a/post_install.sh +++ b/post_install.sh @@ -20,6 +20,7 @@ SCRIPTS["Set PBS Update Repos"]="https://me-gitea.maieredv.cloud/manuel.maier/pv SCRIPTS["Create PVE MGNT Bridge"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/create_pve-mgnt-vmbr.sh" 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" # Reihenfolge festlegen ORDER=( @@ -32,6 +33,7 @@ ORDER=( "Create PVE MGNT Bridge" "Create PVE MGNT LXC" "Install pcvisit RemoteHost on Windows VMs" + "Enable automatic Updates on all LXCs" ) # Prüfen, ob whiptail installiert ist