Skip to content

Instantly share code, notes, and snippets.

@bruteforks
Created June 20, 2024 16:15
Show Gist options
  • Save bruteforks/3680e17cf80055f058e17f584662846d to your computer and use it in GitHub Desktop.
Save bruteforks/3680e17cf80055f058e17f584662846d to your computer and use it in GitHub Desktop.
Install latest aws-vault script
# Download the latest aws-vault binary for Linux AMD64
curl -SL "https://github.com/99designs/aws-vault/releases/latest/download/aws-vault-linux-amd64" -o aws-vault
# Move the binary to /usr/bin
sudo mv aws-vault /usr/bin/aws-vault
# Make it executable
chmod +x /usr/bin/aws-vault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment