Created
August 24, 2010 18:45
-
-
Save goozbach/548078 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
yum -y install screen kernel-devel vim-enhanced mercurial | |
yum -y groupinstall 'Development Libraries' 'Development Tools' | |
rpm -Uvh 'http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm' | |
yum -y update | |
echo "enable centos base and epel-testing" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment