From a55f23f00a60f962834f4c578ed6f1f893ef7e7a Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 18 Dec 2025 09:31:02 -0600 Subject: [PATCH] Update content/shared/influxdb3/install.md --- content/shared/influxdb3/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3/install.md b/content/shared/influxdb3/install.md index 6e960c237..b319a34e8 100644 --- a/content/shared/influxdb3/install.md +++ b/content/shared/influxdb3/install.md @@ -150,7 +150,7 @@ For more information, see [Manage security](/influxdb3/version/admin/security/). Install from the InfluxData repository by running the following commands using `apt-get` to install {{< product-name >}} from the InfluxData repository: ``` -curl --silent --location -O https://repos.influxdata.com/influxdata-archive.key +```bash gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 \ | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' \ && cat influxdata-archive.key \