Add Omada Controller setup script and update init.sh to include Omada option

This commit is contained in:
2026-02-21 19:54:05 +01:00
parent fd17bea829
commit 62cbd88ba7
2 changed files with 42 additions and 0 deletions

View File

@@ -278,6 +278,7 @@ InstApps() {
if [[ ${ISLXC} == 0 ]]; then
options+=("portainer" "" off)
fi
options+=("omada-controller" "" off)
options+=("misc-apps" "..." off)
options+=("archived-apps" "..." off)
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 "${options[@]}" 3>&1 1>&2 2>&3)