Skip to content

Instantly share code, notes, and snippets.

@mpolinowski
Created January 24, 2023 04:38
Show Gist options
  • Select an option

  • Save mpolinowski/f2481538ca911cef6f18c87b21465e55 to your computer and use it in GitHub Desktop.

Select an option

Save mpolinowski/f2481538ca911cef6f18c87b21465e55 to your computer and use it in GitHub Desktop.
Add Hashicorp Keyring
wget https://apt.releases.hashicorp.com/gpg
# rm /usr/share/keyrings/hashicorp-archive-keyring.gpg # remove old keyring
mv gpg /usr/share/keyrings/hashicorp-archive-keyring.gpg
@mpolinowski
Copy link
Copy Markdown
Author

curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment