From 367cb449837185d43914926dfd9a5341712413f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Budiseli=C4=87?= Date: Tue, 19 Jan 2021 10:07:14 +0100 Subject: [PATCH] Fix CentOS 8 powertools setup (#76) --- environment/os/centos-8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/os/centos-8.sh b/environment/os/centos-8.sh index aea57d5ed..0312926fa 100755 --- a/environment/os/centos-8.sh +++ b/environment/os/centos-8.sh @@ -85,7 +85,7 @@ install() { echo "NOTE: export LANG=en_US.utf8" fi dnf install -y epel-release - dnf config-manager --set-enabled PowerTools # Required to install texinfo. + dnf config-manager --set-enabled powertools # Required to install texinfo. dnf update -y dnf install -y wget git python36 python3-pip for pkg in $1; do