1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 22:20:56 +02:00
This commit is contained in:
Pavel Odintsov 2015-07-29 16:41:30 +03:00
parent d3e575cc72
commit 64bed8aa40

View File

@ -24,6 +24,8 @@ my $we_use_code_from_master = '';
# Get options from command line
GetOptions('use-git-master' => \$we_use_code_from_master);
my $we_have_ndpi_support = '';
if ($we_use_code_from_master) {
$we_have_ndpi_support = 1;
}
@ -121,7 +123,6 @@ sub install {
chomp $kernel_version;
my $we_have_pfring_support = '';
my $we_have_ndpi_support = '';
print "Install PF_RING dependencies with package manager\n";