diff options
author | James Lopez <james@gitlab.com> | 2018-07-09 10:13:23 +0000 |
---|---|---|
committer | James Lopez <james@gitlab.com> | 2018-07-09 10:13:23 +0000 |
commit | d653f217614f1a4b6a7348c81801ca41a232d33e (patch) | |
tree | d91d24718998134c77cdb25d0d1e77af05e767ab | |
parent | a153925574173ef5d6494ecd14858fc48b2c3525 (diff) | |
download | gitlab-ce-d653f217614f1a4b6a7348c81801ca41a232d33e.tar.gz |
Update Git version to 2.18.0
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 259d8f73a22..22e0f00e2df 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -92,9 +92,9 @@ Is the system packaged Git too old? Remove it and compile from source. # Download and compile from source cd /tmp - curl --remote-name --progress https://www.kernel.org/pub/software/scm/git/git-2.16.3.tar.gz - echo 'dda229e9c73f4fbb7d4324e0d993e11311673df03f73b194c554c2e9451e17cd git-2.16.3.tar.gz' | shasum -a256 -c - && tar -xzf git-2.16.3.tar.gz - cd git-2.16.3/ + curl --remote-name --progress https://www.kernel.org/pub/software/scm/git/git-2.18.0.tar.gz + echo '94faf2c0b02a7920b0b46f4961d8e9cad08e81418614102898a55f980fa3e7e4 git-2.18.0.tar.gz' | shasum -a256 -c - && tar -xzf git-2.18.0.tar.gz + cd git-2.18.0/ ./configure make prefix=/usr/local all |