Created
February 17, 2016 15:55
-
-
Save kamoljan/6407d388e669a8127cb4 to your computer and use it in GitHub Desktop.
how to install aws cli in harrow.io
This file contains hidden or 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
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