Skip to content

Instantly share code, notes, and snippets.

@staylorx
Created January 3, 2016 21:56
Show Gist options
  • Save staylorx/cbd1cdbf759781d91652 to your computer and use it in GitHub Desktop.
Save staylorx/cbd1cdbf759781d91652 to your computer and use it in GitHub Desktop.
Install Git on RHEL4
cd ~
wget http://packages.sw.be/git/git-1.7.3-1.el4.rf.i386.rpm
wget http://packages.sw.be/git/perl-Git-1.7.3-1.el4.rf.i386.rpm
rpm -ivh --nodeps git-1.7.3-1.el4.rf.i386.rpm perl-Git-1.7.3-1.el4.rf.i386.rpm
git --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment