mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-11 00:18:06 -05:00
Updated nmap.tb
Fixes: "live packet capture not supported on this system." Compiles without unnecessary zenmap.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user