From fd351cc6974747fd28f0a4a2c30ff3195472b937 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Fri, 7 Aug 2020 11:07:39 -0400 Subject: [PATCH] Centos 8: enable powertools --- update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 57977f0..7bc7fa9 100644 --- a/update.sh +++ b/update.sh @@ -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