Added dependency on dnf-plugins-core for CentOS 8

This commit is contained in:
Pavel Odintsov 2020-05-25 21:17:41 +01:00
parent dbe71601b2
commit 05d6a24276

@ -227,6 +227,7 @@ sub install_additional_repositories {
# Part of devel libraries was moved here https://github.com/pavel-odintsov/fastnetmon/issues/801
print "Enable PowerTools repo\n";
yum('dnf-plugins-core');
system("yum config-manager --set-enabled PowerTools");
}
}