From a8f776fa9b8a383483de506eab72edf152389e63 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:15:01 +1000 Subject: [PATCH] [Scrutiny] apt update before installing InfluxDB --- install/scrutiny-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/scrutiny-install.sh b/install/scrutiny-install.sh index 35e86d2c0..87d46fa6a 100644 --- a/install/scrutiny-install.sh +++ b/install/scrutiny-install.sh @@ -35,6 +35,7 @@ sh -c 'echo "deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg msg_ok "Set up InfluxDB Repository" msg_info "Installing InfluxDB" +$STD apt-get update $STD apt-get install -y influxdb2 $STD systemctl enable --now influxdb msg_ok "Installed InfluxDB"