Centos 8: enable powertools
This commit is contained in:
@@ -92,7 +92,10 @@ elif [ "${OS}" == "CentOS" ]; then
|
|||||||
|
|
||||||
# install the epel for other packages and wget
|
# install the epel for other packages and wget
|
||||||
dnf install -y elrepo-release epel-release yum-utils
|
dnf install -y elrepo-release epel-release yum-utils
|
||||||
|
|
||||||
|
# enable powertools
|
||||||
|
dnf config-manager --set-enabled PowerTools
|
||||||
|
|
||||||
# clean the yum cache
|
# clean the yum cache
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user