-
-
Save andyone/08f5ed2f61b40fa8cd565d7913a1f163 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo sed -i -e 's,^#\(baseurl\),\1,g' \ | |
| -e 's,mirror\(\.centos\.org\),vault\1,g' \ | |
| -e 's,^\(mirrorlist\),#\1,g' /etc/yum.repos.d/CentOS-Base.repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment