Skip to content

Commit 5d0c85a

Browse files
author
Slyke
committed
Changed each menu item to be on a separate line to make merges easier.
1 parent 0b2385b commit 5d0c85a

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

menu.sh

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,34 @@ declare -A cont_array=(
2828
[diyhue]="diyHue"
2929
[homebridge]="Homebridge"
3030
[python]="Python 3"
31+
)
3132

33+
declare -a armhf_keys=(
34+
"portainer"
35+
"nodered"
36+
"influxdb"
37+
"grafana"
38+
"mosquitto"
39+
"telegraf"
40+
"mariadb"
41+
"postgres"
42+
"adminer"
43+
"openhab"
44+
"zigbee2mqtt"
45+
"pihole"
46+
"plex"
47+
"tasmoadmin"
48+
"rtl_433"
49+
"espruinohub"
50+
"motioneye"
51+
"webthings_gateway"
52+
"blynk_server"
53+
"nextcloud"
54+
"diyhue"
55+
"homebridge"
56+
"python"
57+
# add yours here
3258
)
33-
declare -a armhf_keys=("portainer" "nodered" "influxdb" "grafana" "mosquitto" "telegraf" "mariadb" "postgres"
34-
"adminer" "openhab" "zigbee2mqtt" "pihole" "plex" "tasmoadmin" "rtl_433" "espruinohub"
35-
"motioneye" "webthings_gateway" "blynk_server" "nextcloud" "diyhue" "homebridge" "python")
3659

3760
sys_arch=$(uname -m)
3861

0 commit comments

Comments
 (0)