Commit a2e46cf1 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #8191 from bbodenmiller/patch-4

fix git installation
parents 905004fd 1f62cb3e
......@@ -76,6 +76,7 @@ Is the system packaged Git too old? Remove it and compile from source.
cd /tmp
curl -L --progress https://www.kernel.org/pub/software/scm/git/git-2.1.2.tar.gz | tar xz
cd git-2.1.2/
./configure
make prefix=/usr/local all
# Install into /usr/local/bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment