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 b78dc5d commit 0e29407Copy full SHA for 0e29407
awscli.sh
@@ -0,0 +1,4 @@
1
+curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
2
+sudo apt-get install unzip -y
3
+unzip awscliv2.zip
4
+sudo ./aws/install
0 commit comments