Last active
July 17, 2020 15:44
-
-
Save rajeevshukla/c135883c56c2f8bd288c7f8e59897efe to your computer and use it in GitHub Desktop.
Vault installation steps in Ubuntu
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
| 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" | |
| sudo apt-get update | |
| sudo apt-get install vault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment