Skip to content

Instantly share code, notes, and snippets.

@allisonheath
Last active October 9, 2017 20:07
Show Gist options
  • Save allisonheath/4f036ebc746afa1375f501e1a72d3831 to your computer and use it in GitHub Desktop.
Save allisonheath/4f036ebc746afa1375f501e1a72d3831 to your computer and use it in GitHub Desktop.
cfninstall
#!/bin/bash
wget http://download.asperasoft.com/download/sw/ascp-client/3.5.4/ascp-install-3.5.4.102989-linux-64.sh
sh ascp-install-3.5.4.102989-linux-64.sh
pip install awscli
curl -o /usr/bin/s3md5 https://raw.githubusercontent.com/antespi/s3md5/master/s3md5
chmod +x /usr/bin/s3md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment