Commit 83fe755d authored by Lazar Doric's avatar Lazar Doric Committed by GitHub

Updated nmap.tb

Fixes: "live packet capture not supported on this system."
Compiles without unnecessary zenmap.
parent ecdacc18
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment