Skip to content

Instantly share code, notes, and snippets.

@apiri
Last active August 29, 2015 14:04
Show Gist options
  • Save apiri/375358c3ad982d2cd728 to your computer and use it in GitHub Desktop.
Save apiri/375358c3ad982d2cd728 to your computer and use it in GitHub Desktop.
CentOS 6.x EPEL Install
#!/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