Unverified Commit a2798da3 authored by Laura Pacilio's avatar Laura Pacilio Committed by GitHub
Browse files

Update website/docs/cli/install/apt.mdx

Co-authored-by: default avatarRobin Norwood <rnorwood@hashicorp.com>
parent 831627cb
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -34,9 +34,9 @@ To configure your repository:
1. Download the signing key to a new keyring.
```bash
$ wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | \
$ wget -O- https://apt.releases.hashicorp.com/gpg | \
gpg --dearmor | \
sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
```
1. Verify the key's fingerprint.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment