post_install.sh aktualisiert

This commit is contained in:
2026-04-10 17:44:39 +02:00
parent 91ae8dbae9
commit b000871a60
+2
View File
@@ -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["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["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"
# Reihenfolge festlegen # Reihenfolge festlegen
ORDER=( ORDER=(
@@ -34,6 +35,7 @@ ORDER=(
"Create PVE MGNT LXC" "Create PVE MGNT LXC"
"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"
) )
# Prüfen, ob whiptail installiert ist # Prüfen, ob whiptail installiert ist