Skip to content

Commit

Permalink
feat: Update AWS CLI installation method (closed #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Sep 17, 2019
1 parent 07ef3eb commit 6c2408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install-awscli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$USER" != "root" ]; then
SUDO="sudo"
fi
fi
$SUDO apt install awscli
$SUDO apt install -y awscli

# Configure AWS CLI
mkdir .aws
Expand Down

0 comments on commit 6c2408c

Please sign in to comment.