Skip to content

Commit aed135e

Browse files
committed
remove unzip and format
1 parent 857d0a8 commit aed135e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packer/provision.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hostname -F /etc/hostname
1313
echo "Installing prereqs..."
1414
export DEBIAN_FRONTEND=noninteractive
1515
apt-get update
16-
apt-get install -y jq s3cmd tmux python3-pip python3-venv unzip
16+
apt-get install -y jq s3cmd tmux python3-pip python3-venv
1717

1818
echo "Downloading doctl..."
1919
curl -fsSL -o /tmp/doctl-1.92.0-linux-amd64.tar.gz https://github.com/digitalocean/doctl/releases/download/v1.92.0/doctl-1.92.0-linux-amd64.tar.gz
@@ -34,7 +34,7 @@ pip3 install solc-select slither-analyzer crytic-compile
3434
solc-select use latest --always-install
3535

3636
echo "Downloading echidna..."
37-
curl -fsSL https://github.com/crytic/echidna/releases/download/v2.2.3/echidna-2.2.3-x86_64-linux.tar.gz -o /tmp/echidna.tar.gz
37+
curl -fsSL https://github.com/crytic/echidna/releases/download/v2.2.3/echidna-2.2.3-x86_64-linux.tar.gz -o /tmp/echidna.tar.gz
3838
echo "Extracting echidna..."
3939
tar -xzf /tmp/echidna.tar.gz -C /tmp
4040
echo "Installing echidna..."

0 commit comments

Comments
 (0)