Updated nmap.tb

Fixes: "live packet capture not supported on this system."
Compiles without unnecessary zenmap.
This commit is contained in:
Lazar Doric
2016-12-21 16:52:57 -06:00
committed by GitHub
parent ecdacc18b3
commit 83fe755d8b

View File

@@ -8,7 +8,7 @@ class Nmap < Package
depends_on 'buildessential'
def self.build # self.build contains commands needed to build the software from source
system "./configure"
system "./configure --with-pcap=linux --without-zenmap"
system "make" # ordered chronologically
end