Skip to content

Commit 0e29407

Browse files
author
Vikash Kumar
authored
Create awscli.sh
1 parent b78dc5d commit 0e29407

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

awscli.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)