Skip to content

Instantly share code, notes, and snippets.

@x684867
Created October 15, 2014 20:35
Show Gist options
  • Save x684867/a28d337770734fe58458 to your computer and use it in GitHub Desktop.
Save x684867/a28d337770734fe58458 to your computer and use it in GitHub Desktop.
Installs AWS-CLI
#!/bin/bash
sudo apt-get update --fix-missing -y
sudo apt-get install unzip -y
wget https://s3.amazonaws.com/aws-cli/awscli-bundle.zip
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
rm -rf awscli-bundle*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment