File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,34 @@ declare -A cont_array=(
28
28
[diyhue]=" diyHue"
29
29
[homebridge]=" Homebridge"
30
30
[python]=" Python 3"
31
+ )
31
32
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
32
58
)
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" )
36
59
37
60
sys_arch=$( uname -m)
38
61
You can’t perform that action at this time.
0 commit comments