Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Devops fixes (#5015)
Browse files Browse the repository at this point in the history
  • Loading branch information
barankyle authored Feb 1, 2022
1 parent 6f85cce commit 6a46458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup_aws.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
set -e
set -x

apt install unzip
sudo apt install unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
./aws/install
Expand Down

0 comments on commit 6a46458

Please sign in to comment.