Skip to content

Commit

Permalink
fix: update script that fixes the CentOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Jul 8, 2024
1 parent fa3bde6 commit 2c2be04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/fixup_centos_7_in_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo

0 comments on commit 2c2be04

Please sign in to comment.