Skip to content

Commit

Permalink
remove extra unzip
Browse files Browse the repository at this point in the history
Co-authored-by: Emilio López <2642849+elopez@users.noreply.github.com>
  • Loading branch information
0xalpharush and elopez authored Mar 20, 2024
1 parent 6532160 commit 857d0a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packer/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ mv /tmp/echidna /usr/local/bin
rm /tmp/echidna.tar.gz

echo "Downloading medusa..."
sudo apt-get update
sudo apt-get install -y unzip
curl -fsSL https://github.com/crytic/medusa/releases/download/v0.1.3/medusa-linux-x64.tar.gz -o /tmp/medusa.tar.gz
echo "Extracting medusa..."
tar -xzf /tmp/medusa.tar.gz -C /tmp
Expand Down

0 comments on commit 857d0a8

Please sign in to comment.