From c7f2c03cc392e828e4c04cdc3935368426ceb74f Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:41:39 -0400 Subject: [PATCH] Update website/docs/cli/install/apt.mdx --- website/docs/cli/install/apt.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/cli/install/apt.mdx b/website/docs/cli/install/apt.mdx index c21fe2f3b8..2e6423d66f 100644 --- a/website/docs/cli/install/apt.mdx +++ b/website/docs/cli/install/apt.mdx @@ -44,7 +44,6 @@ To configure your repository: $ 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`. You can also verify the key on [Security at HashiCorp](https://www.hashicorp.com/security) under **Linux Package Checksum Verification**. 1. Add the official HashiCorp repository to your system. The `lsb_release -cs` command finds the distribution release codename for your current system, such as `buster`, `groovy`, or `sid`.