Skip to content

Commit 6461ed1

Browse files
authored
deconz added to menu
1 parent 818063f commit 6461ed1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

menu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ declare -A cont_array=(
1515
[adminer]="Adminer"
1616
[openhab]="openHAB"
1717
[zigbee2mqtt]="zigbee2mqtt"
18+
[deconz]="deCONZ"
1819
[pihole]="Pi-Hole"
1920
[plex]="Plex media server"
2021
[tasmoadmin]="TasmoAdmin"
@@ -31,7 +32,7 @@ declare -A cont_array=(
3132

3233
)
3334
declare -a armhf_keys=("portainer" "nodered" "influxdb" "grafana" "mosquitto" "telegraf" "mariadb" "postgres"
34-
"adminer" "openhab" "zigbee2mqtt" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
35+
"adminer" "openhab" "zigbee2mqtt" "deconz" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
3536
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python")
3637

3738
sys_arch=$(uname -m)

0 commit comments

Comments
 (0)