Skip to content

Instantly share code, notes, and snippets.

Created October 27, 2016 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ecdd2e4538b4159aab964b035b1147a4 to your computer and use it in GitHub Desktop.
Save anonymous/ecdd2e4538b4159aab964b035b1147a4 to your computer and use it in GitHub Desktop.
the description for this gist
cd /opt
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
rm awscli-bundle.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment