File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ hostname -F /etc/hostname
1313echo " Installing prereqs..."
1414export DEBIAN_FRONTEND=noninteractive
1515apt-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
1818echo " Downloading doctl..."
1919curl -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
3434solc-select use latest --always-install
3535
3636echo " 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
3838echo " Extracting echidna..."
3939tar -xzf /tmp/echidna.tar.gz -C /tmp
4040echo " Installing echidna..."
You can’t perform that action at this time.
0 commit comments