Last active
January 31, 2020 09:23
-
-
Save leandrosiow/cdfaa786b7da5bcf0a8fd997e8182abe to your computer and use it in GitHub Desktop.
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
# AWS CLI install | |
curl https://s3.amazonaws.com/aws-cli/awscli-bundle.zip -o awscli-bundle.zip | |
unzip awscli-bundle.zip | |
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment