From f33ce0e032813202eb0d2c3affb3fa90ec07f486 Mon Sep 17 00:00:00 2001 From: biva Date: Mon, 7 Feb 2022 15:35:15 +0100 Subject: [PATCH] Update influxdb to v2 (influxdb2) --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f59a33f..027e8c8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ GRAFANA_VERSION="8.3.3" # dependencies used by the app -pkg_dependencies="influxdb" +pkg_dependencies="influxdb2" #================================================= # PERSONAL HELPERS