Skip to content
Snippets Groups Projects

install vault

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Aaron Alexander Israel
    install_vault.sh 230 B
    #!/bin/bash
    curl -o /tmp/vault.zip "https://releases.hashicorp.com/vault/0.7.3/vault_0.7.3_linux_amd64.zip?_ga=2.47294951.1369734468.1498320360-1385828556.1496711738" \
    && unzip -o -d /usr/sbin /tmp/vault.zip && chmod +x /usr/sbin
    0% or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment