Created
January 24, 2023 04:38
-
-
Save mpolinowski/f2481538ca911cef6f18c87b21465e55 to your computer and use it in GitHub Desktop.
Add Hashicorp Keyring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"