Skip to content

Commit

Permalink
Fix centos repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Jul 3, 2024
1 parent f447308 commit 26f68ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/vagrant/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ END
if [[ "${REV}" =~ ^9 ]]; then
update-crypto-policies --set LEGACY
echo "${COLOR_GREEN}☑ PREPAVE_VM: sha1 gpg key chek enabled${COLOR_RESET}"
else
sudo sed -i 's|^mirrorlist=|#&|; s|^#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|' /etc/yum.repos.d/CentOS-*
fi
fi

Expand Down

0 comments on commit 26f68ee

Please sign in to comment.