diff options
author | Troy Murray <troy.murray@gmail.com> | 2012-05-23 15:45:02 -0300 |
---|---|---|
committer | Troy Murray <troy.murray@gmail.com> | 2012-05-23 15:45:02 -0300 |
commit | db048f1f8f91861e8cfd9254f36298bd0884ed29 (patch) | |
tree | 93e59a598d4e5de40c131e02d7b67ff78e4484ff | |
parent | cc8369144db2147d2956e8dd7d314e9a7dfd4fbb (diff) | |
download | gitlab-ce-db048f1f8f91861e8cfd9254f36298bd0884ed29.tar.gz |
Corrected line for running gl-system-install
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index ef617920b9d..fd05f779cdb 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -108,7 +108,7 @@ Get gitolite source code: Setup: sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile' - sudo -u git -i -H /home/git/gitolite/src/gl-system-install + sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; /home/git/gitolite/src/gl-system-install" sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub sudo chmod 777 /home/git/gitlab.pub |