Minor fix

This commit is contained in:
Vladimir Safonkin
2020-11-09 20:07:01 +03:00
parent 7c9f3de0d7
commit f412ec4c26

View File

@@ -5,9 +5,7 @@ source ~/utils/utils.sh
echo Installing aws...
AWS_CLI_URL="https://awscli.amazonaws.com/AWSCLIV2.pkg"
download_with_retries $AWS_CLI_URL "/tmp"
pushd /tmp
sudo installer -pkg AWSCLIV2.pkg -target /
popd
sudo installer -pkg /tmp/AWSCLIV2.pkg -target /
echo Installing aws sam cli...
brew tap aws/tap