Add Omada Controller setup script and update init.sh to include Omada option
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user