Added dependency on dnf-plugins-core for CentOS 8
This commit is contained in:
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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user