Skip to content

Commit

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

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
$SUDO python get-pip.py > /dev/null
rm get-pip.py
$SUDO pip install awscli > /dev/null
$SUDO apt install awscli

# Configure AWS CLI
mkdir .aws
Expand Down

0 comments on commit 07ef3eb

Please sign in to comment.