Centos 8: enable powertools
This commit is contained in:
@@ -93,6 +93,9 @@ 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