From c787d1c7680b4adde00cb0c01d963cf525b14b27 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Thu, 30 Jun 2022 15:37:36 -0400 Subject: [PATCH 1/2] Update website/docs/cli/install/apt.mdx --- website/docs/cli/install/apt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/install/apt.mdx b/website/docs/cli/install/apt.mdx index e36a5213fb..89bd590951 100644 --- a/website/docs/cli/install/apt.mdx +++ b/website/docs/cli/install/apt.mdx @@ -50,7 +50,7 @@ Add the official HashiCorp repository to your system. echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list ``` -The above command line uses the `lsb_release -cs` command to find the distribution release codename for your current system, such as `buster`, `groovy`, or `sid`. +The above command uses `lsb_release -cs` to find the distribution release codename for your current system, such as `buster`, `groovy`, or `sid`. To install Terraform from the new repository: From d0664bce0e717d2ffd2d88089ba94c831b71e53b Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Thu, 30 Jun 2022 15:37:54 -0400 Subject: [PATCH 2/2] Update website/docs/cli/install/apt.mdx --- website/docs/cli/install/apt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/install/apt.mdx b/website/docs/cli/install/apt.mdx index 89bd590951..76fab45143 100644 --- a/website/docs/cli/install/apt.mdx +++ b/website/docs/cli/install/apt.mdx @@ -42,7 +42,7 @@ Verify the key's fingerprint. ```bash gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg --fingerprint ``` -The fingerprint must match `E8A0 32E0 94D8 EB4E A189 D270 DA41 8C88 A321 9F7B`. Yuo can also verify the key on [Security at HashiCorp](https://www.hashicorp.com/security) under **Linux Package Checksum Verification**. +The fingerprint must match `E8A0 32E0 94D8 EB4E A189 D270 DA41 8C88 A321 9F7B`. You can also verify the key on [Security at HashiCorp](https://www.hashicorp.com/security) under **Linux Package Checksum Verification**. Add the official HashiCorp repository to your system.