From e95541260b021bb97c7f3e6c0e84cf9a5252f1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:04:27 +0100 Subject: [PATCH] Update InfluxDB repository key URL (#9720) --- install/influxdb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/influxdb-install.sh b/install/influxdb-install.sh index 97d0951bb5..2f56ff2d77 100644 --- a/install/influxdb-install.sh +++ b/install/influxdb-install.sh @@ -16,7 +16,7 @@ update_os msg_info "Setting up InfluxDB Repository" setup_deb822_repo \ "influxdata" \ - "https://repos.influxdata.com/influxdata-archive_compat.key" \ + "https://repos.influxdata.com/influxdata-archive.key" \ "https://repos.influxdata.com/$(get_os_info id)" \ "stable" msg_ok "Set up InfluxDB Repository"