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 2380c86 commit e5e208cCopy full SHA for e5e208c
1 file changed
Container-Root/hyperpod/setup/install-aws-cli.sh
@@ -13,8 +13,9 @@ echo "$URL"
13
# Install aws cli
14
curl "$URL" -o "awscliv2.zip"
15
unzip awscliv2.zip
16
-sudo ./aws/install --update --bin-dir /usr/local/bin
17
-sudo cp -f /usr/local/bin/aws /bin/aws
+sudo ./aws/install --update --install-dir /usr/local/aws-cli
+sudo ln -s /usr/local/aws-cli/v2/current/dist/aws /usr/local/bin/aws
18
+sudo ln -s /usr/local/aws-cli/v2/current/dist/aws /bin/aws
19
aws --version
20
rm -rf ./aws
21
rm -f awscliv2.zip
0 commit comments