Centos 8: enable powertools

This commit is contained in:
2020-08-07 11:07:39 -04:00
parent 6703146148
commit fd351cc697

View File

@@ -92,7 +92,10 @@ elif [ "${OS}" == "CentOS" ]; then
# install the epel for other packages and wget
dnf install -y elrepo-release epel-release yum-utils
# enable powertools
dnf config-manager --set-enabled PowerTools
# clean the yum cache
dnf clean all