post_install.sh aktualisiert

This commit is contained in:
2026-08-23 22:04:14 +02:00
parent 1d097e7aad
commit 8ecf61862d
+2 -4
View File
@@ -19,10 +19,9 @@ SCRIPTS["Set PVE Update Repos"]="https://me-gitea.maieredv.cloud/manuel.maier/pv
SCRIPTS["Set PBS Update Repos"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/set_pbs_repos.sh" SCRIPTS["Set PBS Update Repos"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/set_pbs_repos.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 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 RustDesk RemoteHost on Windows VMs"]="https://me-gitea.maieredv.cloud/manuel.maier/pve-pbs-setup/raw/branch/main/me-rustdeskhost-installer.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
@@ -35,10 +34,9 @@ ORDER=(
"Set PBS Update Repos" "Set PBS Update Repos"
"Create PVE MGNT Bridge" "Create PVE MGNT Bridge"
"Create PVE MGNT LXC" "Create PVE MGNT LXC"
"Install pcvisit RemoteHost on Windows VMs" "Install RustDesk 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