Commit d2889511 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Also set lower case 'powertools' in make-rpm-packages-sh

parent eda45f38
......@@ -18,7 +18,7 @@ yum install -y epel-release
if [ "$PARAM_DIST" = centos ]; then
if [ "$PARAM_RELEASE" = 8 ]; then
dnf install -y 'dnf-command(config-manager)'
yum config-manager --set-enabled PowerTools
yum config-manager --set-enabled powertools
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment