diff --git a/post_install.sh b/post_install.sh index 28571b7..548b67d 100644 --- a/post_install.sh +++ b/post_install.sh @@ -32,6 +32,7 @@ SCRIPTS["Intel e1000e Offload Fix"]="https://raw.githubusercontent.com/community SCRIPTS["Set PVE Update Repos"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/set_pve_repos.sh" SCRIPTS["Set PBS Update Repos"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/set_pbs_repos.sh" SCRIPTS["Create PVE MGNT Bridge"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/create_pve-mgnt-vmbr.sh" +SCRIPTS["Create PVE MGNT LXC"]="https://gitea.vmd55888.de/manuel.maier/pve-pbs-setup/raw/branch/main/create_pve-mgnt-lxc.sh" # Reihenfolge festlegen ORDER=( @@ -43,6 +44,7 @@ ORDER=( "Set PVE Update Repos" "Set PBS Update Repos" "Create PVE MGNT Bridge" + "Create PVE MGNT LXC" ) # Funktion für Header