Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Jun 13, 2024
1 parent b9a2ea3 commit 31e1ffd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ fi
if [[ $dist == redhat && $release == centos* ]]; then
ls -lR /etc/yum.repos.d
cat /etc/yum.repos.d/*
sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
# Add the EPEL repository
dnf config-manager --set-enabled powertools
dnf install epel-release epel-next-release || error
Expand Down

0 comments on commit 31e1ffd

Please sign in to comment.