Skip to content

Commit 1ce3b57

Browse files
committed
Add timescaledb in menu.sh
1 parent ba686ad commit 1ce3b57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

menu.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ declare -A cont_array=(
1212
[grafana]="Grafana"
1313
[mosquitto]="Eclipse-Mosquitto"
1414
[postgres]="Postgres"
15+
[timescaledb]="Timescaledb"
1516
[mariadb]="MariaDB (MySQL fork)"
1617
[adminer]="Adminer"
1718
[openhab]="openHAB"
@@ -42,7 +43,8 @@ declare -a armhf_keys=(
4243
"telegraf"
4344
"mariadb"
4445
"postgres"
45-
"transmission"
46+
"timescaledb"
47+
"transmission"
4648
"adminer"
4749
"openhab"
4850
"zigbee2mqtt"

0 commit comments

Comments
 (0)