Skip to content

Instantly share code, notes, and snippets.

@liuyu121
Last active August 29, 2015 14:08
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 liuyu121/859dc318513014182a3f to your computer and use it in GitHub Desktop.
Save liuyu121/859dc318513014182a3f to your computer and use it in GitHub Desktop.
Use the 163 yum repo on cetnos 6.5
#!/bin/bash
wget http://mirrors.163.com/.help/CentOS6-Base-163.rep
cd /etc/yum.repos.d/
## !important backup the system yum repo
mv CentOS-Base.repo CentOS-Base.repo.bak
mv /path/to/CentOS6-Base-163.repo CentOS-Base.repo
yum clean all
yum makecache
yum repolist
## Importan yum update will update the kernel !!!
yum update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment