Skip to content

Commit e87df72

Browse files
authoredApr 25, 2021
Merge pull request #13 from aleksas/patch-1
Update install-wine-i686-centos8.sh
2 parents dc883a1 + e657dd0 commit e87df72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎script/install-wine-i686-centos8.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "Enabling needed repos and update..." | tee -a $log
3838

3939
# Fixes for CentOS 8
4040
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
41+
dnf config-manager --set-enable powertools 2>&1 >>$log
4242
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 2>&1 >>$log
4343
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
4444
dnf clean all 2>&1 >>$log

0 commit comments

Comments
 (0)
Please sign in to comment.