Skip to content

Commit

Permalink
Update packer/provision.sh
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 f085b04 commit 6532160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ curl -fsSL https://github.com/crytic/medusa/releases/download/v0.1.3/medusa-linu
echo "Extracting medusa..."
tar -xzf /tmp/medusa.tar.gz -C /tmp
echo "Installing medusa..."
chmod +x medusa
sudo mv medusa /usr/local/bin
chmod +x /tmp/medusa
sudo mv /tmp/medusa /usr/local/bin
rm /tmp/medusa.tar.gz

echo "Installing docker and its dependencies..."
Expand Down

0 comments on commit 6532160

Please sign in to comment.