From e6ef43359731f2eb39bc34d0c2f50098e890e8a3 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 18 Dec 2020 19:50:53 -0600 Subject: [PATCH] Update parrot.sh --- parrot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parrot.sh b/parrot.sh index bb58816..abe6e12 100644 --- a/parrot.sh +++ b/parrot.sh @@ -79,8 +79,8 @@ BLUE "Installing nmap..." sudo apt-get install -y nmap BLUE "Installing RustScan..." -wget "https://github.com/RustScan/RustScan/releases/download/2.0.1/rustscan_2.0.1_amd64.deb" -sudo dpkg -i rustscan_2.0.1_amd64.deb +wget "https://github.com/RustScan/RustScan/releases/download/2.0.1/rustscan_2.0.1_amd64.deb" -O rustscan_2.0.1_amd64.deb +sudo dpkg -i ./rustscan_2.0.1_amd64.deb BLUE "Installing docker..." sudo apt-get install -y docker.io