Update ubuntu.sh

This commit is contained in:
simeononsecurity
2020-12-18 19:49:01 -06:00
committed by GitHub
parent a3e075ab06
commit c254db488e

View File

@ -227,6 +227,10 @@ sudo apt-get install -y openvpn
BLUE "Installing nmap..." BLUE "Installing nmap..."
sudo apt-get install -y 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
BLUE "Installing docker..." BLUE "Installing docker..."
sudo apt-get install -y docker.io sudo apt-get install -y docker.io
sudo groupadd docker sudo groupadd docker