Skip to content

Instantly share code, notes, and snippets.

@runeleaf
Last active December 19, 2015 05:49
Show Gist options
  • Save runeleaf/5906545 to your computer and use it in GitHub Desktop.
Save runeleaf/5906545 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd /usr/local/src
wget http://pkgs.repoforge.org/git/git-1.7.11.3-1.el6.rfx.x86_64.rpm
wget http://pkgs.repoforge.org/git/perl-Git-1.7.11.3-1.el6.rfx.x86_64.rpm
yum localinstall git-1.7.11.3-1.el6.rfx.x86_64.rpm perl-Git-1.7.11.3-1.el6.rfx.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment