Skip to content

Instantly share code, notes, and snippets.

@judge2020
Created May 18, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judge2020/88f565c422eea86b5669f10c678e8f60 to your computer and use it in GitHub Desktop.
Save judge2020/88f565c422eea86b5669f10c678e8f60 to your computer and use it in GitHub Desktop.
sed -i 's/enabled=1/enabled=0/' /etc/yum/pluginconf.d/fastestmirror.conf
sed -i 's/mirrorlist/#mirrorlist/' /etc/yum.repos.d/*.repo
sed -i 's|#baseurl=http://mirror.centos.org/centos/$releasever|baseurl=http://vault.centos.org/5.11|' /etc/yum.repos.d/*.repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment