Fix CentOS 8 powertools setup (#76)
This commit is contained in:
parent
77bda187d2
commit
367cb44983
@ -85,7 +85,7 @@ install() {
|
|||||||
echo "NOTE: export LANG=en_US.utf8"
|
echo "NOTE: export LANG=en_US.utf8"
|
||||||
fi
|
fi
|
||||||
dnf install -y epel-release
|
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 update -y
|
||||||
dnf install -y wget git python36 python3-pip
|
dnf install -y wget git python36 python3-pip
|
||||||
for pkg in $1; do
|
for pkg in $1; do
|
||||||
|
Loading…
Reference in New Issue
Block a user