From db2a4e579e94436fdf95477276b0d878ad13bee0 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Mon, 3 Apr 2023 10:54:21 -0400 Subject: [PATCH] docs: fix use of gpg to avoid teeing binary to terminal (#16767) --- 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 94da42658..1d881246e 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 | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg +$ wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /keyrings/hashicorp-archive-keyring.gpg ``` Add the official HashiCorp Linux repository.