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

Co-authored-by: Robin Norwood <rnorwood@hashicorp.com>
This commit is contained in:
Laura Pacilio
2022-06-30 17:12:13 -04:00
committed by GitHub
parent 831627cbe4
commit a2798da37b

View File

@@ -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.