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=(
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
3760sys_arch=$( uname -m)
3861
You can’t perform that action at this time.
0 commit comments