From 47b28a64688189715ecca36e34b2d4985c8c8d2e Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Thu, 20 Apr 2023 16:20:39 -0400 Subject: [PATCH] docs: fix keyring path in install docs (#16946) --- website/content/docs/install/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index 1d881246e..8acbdb36e 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -84,7 +84,7 @@ $ sudo apt-get update && \ Add the HashiCorp [GPG key][gpg-key]. ```shell-session -$ wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /keyrings/hashicorp-archive-keyring.gpg +$ wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg ``` Add the official HashiCorp Linux repository.