Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 775d548

Browse files
authored
Update aws CLI to 2.11.16
1 parent cd5d672 commit 775d548

File tree

1 file changed

+1
-1
lines changed
  • install-scripts

1 file changed

+1
-1
lines changed

install-scripts/aws

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ ! -f "/usr/local/bin/aws" ]
44
then
55
echo "aws is not installed. Installing now... (if prompted, enter password for sudo)"
6-
curl -L "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.7.29.zip" -o "/tmp/aws.zip"
6+
curl -L "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.11.16.zip" -o "/tmp/aws.zip"
77
pushd /tmp
88
unzip aws.zip
99
sudo ./aws/install

0 commit comments

Comments
 (0)