Skip to content

Commit

Permalink
docs: fix keyring path in install docs (#16946)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross authored Apr 20, 2023
1 parent 2062360 commit 47b28a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 47b28a6

Please sign in to comment.