Last active
June 2, 2016 06:25
-
-
Save Trexology/25d3cab0072c8afe99c7f5abbcdaf227 to your computer and use it in GitHub Desktop.
CentOS 6 Repo setting for EC2 Linux [ Installation Path: /etc/yum.repos.d/ ] - http://d.hatena.ne.jp/go_nash/20160204
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
[centos] | |
name=CentOS-6 - Base | |
mirrorlist=http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os | |
enabled=0 | |
gpgcheck=1 | |
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment