Switched to dns to configure powertools repo on CentOS / AlmaLinux 8

This commit is contained in:
Pavel Odintsov 2022-04-03 19:41:55 +01:00
parent dbfa9bf42e
commit 33900c048d

View File

@ -223,7 +223,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");
system("dnf config-manager --set-enabled powertools");
}
}
}