mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Update website/docs/cli/install/apt.mdx
Co-authored-by: Robin Norwood <rnorwood@hashicorp.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user