Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5d672 commit 775d548Copy full SHA for 775d548
install-scripts/aws
@@ -3,7 +3,7 @@
3
if [ ! -f "/usr/local/bin/aws" ]
4
then
5
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"
+ curl -L "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.11.16.zip" -o "/tmp/aws.zip"
7
pushd /tmp
8
unzip aws.zip
9
sudo ./aws/install
0 commit comments