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

Co-authored-by: Robin Norwood <rnorwood@hashicorp.com>
fix-apt-page
Laura Pacilio 4 years ago committed by GitHub
parent 831627cbe4
commit a2798da37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save