Skip to content

Commit 2380c86

Browse files
committed
Ensure aws cli v2
1 parent 43c92c7 commit 2380c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Container-Root/hyperpod/setup/install-aws-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "$URL"
1313
# Install aws cli
1414
curl "$URL" -o "awscliv2.zip"
1515
unzip awscliv2.zip
16-
./aws/install
16+
sudo ./aws/install --update --bin-dir /usr/local/bin
1717
sudo cp -f /usr/local/bin/aws /bin/aws
1818
aws --version
1919
rm -rf ./aws

0 commit comments

Comments
 (0)