Do not use repo's version when we need version from master
This commit is contained in:
parent
8eced79901
commit
7a0756e67b
@ -329,7 +329,7 @@ sub main {
|
||||
$install_from_official_distro = 1;
|
||||
}
|
||||
|
||||
if ($install_from_official_distro) {
|
||||
if ($install_from_official_distro && !$we_use_code_from_master) {
|
||||
apt_get("fastnetmon");
|
||||
|
||||
# Switch off sflow and netflow plugins enabled by default
|
||||
|
Loading…
Reference in New Issue
Block a user