Skip to content

Instantly share code, notes, and snippets.

@kamoljan
Created February 17, 2016 15:55
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 kamoljan/6407d388e669a8127cb4 to your computer and use it in GitHub Desktop.
Save kamoljan/6407d388e669a8127cb4 to your computer and use it in GitHub Desktop.
how to install aws cli in harrow.io
hfold install-awscli
if ! which aws >/dev/null; then
sudo apt-get -y install awscli
fi
hfold --end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment