Last active
August 29, 2015 14:04
-
-
Save apiri/375358c3ad982d2cd728 to your computer and use it in GitHub Desktop.
CentOS 6.x EPEL Install
This file contains 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
#!/bin/bash | |
echo Installing EPEL Repository | |
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
sudo rpm -Uvh epel-release-6*.rpm | |
sudo yum update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment