Skip to content

Commit

Permalink
fix error finding zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 10, 2024
1 parent 683423a commit 5353f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/sh/prepare-ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sudo apt-get install -y cmake build-essential libgmp-dev libsodium-dev nlohmann-
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
rm awscliv2.zip

# install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
Expand Down Expand Up @@ -52,4 +53,4 @@ cd contracts && yarn build
crontab -l > tmpcron
echo "@reboot /home/ubuntu/monorepo/contracts/sh/start-tally-with-logging.sh" >> tmpcron
crontab tmpcron
rm tmpcron awscliv2.zip
rm tmpcron

0 comments on commit 5353f06

Please sign in to comment.