summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-21 08:56:28 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-21 08:56:28 +0000
commitd1fd6aa8c2113b410548a43601f70f715deb965e (patch)
treee884384c36cec07fce1c6fead3a86a41c5f354c0 /doc
parentb1666b16a442384039fd9a97bf4684da5f837381 (diff)
downloadgitlab-ce-d1fd6aa8c2113b410548a43601f70f715deb965e.tar.gz
Add latest changes from gitlab-org/gitlab@12-10-stable-ee
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 34228b2811e..740cd12b7fd 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -134,7 +134,7 @@ Make sure you have the right version of Git installed:
# Install Git
sudo apt-get install -y git-core
-# Make sure Git is version 2.26.1 or higher (minimal supported version is 2.22.0)
+# Make sure Git is version 2.26.2 or higher (minimal supported version is 2.22.0)
git --version
```
@@ -171,9 +171,9 @@ sudo make install
# Download and compile from source
cd /tmp
-curl --remote-name --location --progress https://www.kernel.org/pub/software/scm/git/git-2.26.1.tar.gz
-echo 'aa168c2318e7187cd295a645f7370cc6d71a324aafc932f80f00c780b6a26bed git-2.26.1.tar.gz' | shasum -a256 -c - && tar -xzf git-2.26.1.tar.gz
-cd git-2.26.1/
+curl --remote-name --location --progress https://www.kernel.org/pub/software/scm/git/git-2.26.2.tar.gz
+echo 'e1c17777528f55696815ef33587b1d20f5eec246669f3b839d15dbfffad9c121 git-2.26.2.tar.gz' | shasum -a256 -c - && tar -xzf git-2.26.2.tar.gz
+cd git-2.26.2/
./configure --with-libpcre
make prefix=/usr/local all