post_install.sh aktualisiert

This commit is contained in:
2026-02-03 10:29:51 +01:00
parent 3c9f10d3c9
commit 960eb6a870

View File

@@ -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 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["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"
# Reihenfolge festlegen # Reihenfolge festlegen
ORDER=( ORDER=(
@@ -32,6 +33,7 @@ ORDER=(
"Create PVE MGNT Bridge" "Create PVE MGNT Bridge"
"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"
) )
# Prüfen, ob whiptail installiert ist # Prüfen, ob whiptail installiert ist