We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc883a1 + e657dd0 commit e87df72Copy full SHA for e87df72
script/install-wine-i686-centos8.sh
@@ -38,7 +38,7 @@ echo "Enabling needed repos and update..." | tee -a $log
38
39
# Fixes for CentOS 8
40
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y 2>&1 >>$log
41
-dnf config-manager --set-enable PowerTools 2>&1 >>$log
+dnf config-manager --set-enable powertools 2>&1 >>$log
42
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 2>&1 >>$log
43
dnf install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm -y 2>&1 >>$log
44
dnf clean all 2>&1 >>$log
0 commit comments