Fix CentOS 8 powertools setup (#76)

This commit is contained in:
Marko Budiselić 2021-01-19 10:07:14 +01:00 committed by GitHub
parent 77bda187d2
commit 367cb44983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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