Skip to content

Instantly share code, notes, and snippets.

@johanngyger
Last active April 23, 2019 12:36
Show Gist options
  • Save johanngyger/025a32de078cca5c17d76c5434a54573 to your computer and use it in GitHub Desktop.
Save johanngyger/025a32de078cca5c17d76c5434a54573 to your computer and use it in GitHub Desktop.
# Install Vault
sudo apt install -y zip
curl -OL https://releases.hashicorp.com/vault/1.1.1/vault_1.1.1_linux_amd64.zip
unzip vault_1.1.1_linux_amd64.zip
sudo mv vault /usr/local/bin/
vault -autocomplete-install && exec $SHELL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment