Skip to content

Instantly share code, notes, and snippets.

@skt-bford
Last active December 13, 2015 19:18
Show Gist options
  • Save skt-bford/4961664 to your computer and use it in GitHub Desktop.
Save skt-bford/4961664 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# requirements
yum -y install wget
# repository
cd /usr/local/src
wget https://gist.github.com/skt-bford/4961501/raw/repoforge.setup.sh
sh repoforge.setup.sh
rm -f repoforge.setup.sh
yum -y --enablerepo=rpmforge-extras install git-1.7.11.3-1.el6.rfx.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment