Update ubuntu.sh

This commit is contained in:
simeononsecurity
2020-12-18 19:51:21 -06:00
committed by GitHub
parent e6ef433597
commit 5b61ea2c68

View File

@ -228,8 +228,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