diff options
author | Alexander Oleynikov <oleynikov@posteo.li> | 2019-08-13 17:28:24 +0000 |
---|---|---|
committer | Alexander Oleynikov <oleynikov@posteo.li> | 2019-08-13 17:28:24 +0000 |
commit | 8e80c99a453316fb5ea4b5fc786c2ed396c9fce8 (patch) | |
tree | e7ce6171bda6e96252a4858235cb14e10a088c7b /doc/install | |
parent | 76b345105a252a507c7993c95ab5f71316a89108 (diff) | |
download | gitlab-ce-8e80c99a453316fb5ea4b5fc786c2ed396c9fce8.tar.gz |
Remove extra quote
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 72a3514e2d5..df6c485b1cb 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -172,7 +172,7 @@ 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.22.0.tar.gz -echo 'a4b7e4365bee43caa12a38d646d2c93743d755d1cea5eab448ffb40906c9da0b' git-2.22.0.tar.gz' | shasum -a256 -c - && tar -xzf git-2.22.0.tar.gz +echo 'a4b7e4365bee43caa12a38d646d2c93743d755d1cea5eab448ffb40906c9da0b git-2.22.0.tar.gz' | shasum -a256 -c - && tar -xzf git-2.22.0.tar.gz cd git-2.22.0/ ./configure --with-libpcre make prefix=/usr/local all |