Created
June 20, 2024 16:15
-
-
Save bruteforks/3680e17cf80055f058e17f584662846d to your computer and use it in GitHub Desktop.
Install latest aws-vault script
This file contains 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
# 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