Minor fix
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
source ~/utils/utils.sh
|
source ~/utils/utils.sh
|
||||||
|
|
||||||
echo Installing aws...
|
echo Installing aws...
|
||||||
AWSCLIURL="https://awscli.amazonaws.com/AWSCLIV2.pkg"
|
AWS_CLI_URL="https://awscli.amazonaws.com/AWSCLIV2.pkg"
|
||||||
download_with_retries $AWSCLIURL "/tmp"
|
download_with_retries $AWS_CLI_URL "/tmp"
|
||||||
pushd /tmp
|
pushd /tmp
|
||||||
sudo installer -pkg AWSCLIV2.pkg -target /
|
sudo installer -pkg AWSCLIV2.pkg -target /
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user