Commit db048f1f8f91861e8cfd9254f36298bd0884ed29

Authored by Troy Murray
1 parent cc836914

Corrected line for running gl-system-install

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/installation.md
@@ -108,7 +108,7 @@ Get gitolite source code: @@ -108,7 +108,7 @@ Get gitolite source code:
108 Setup: 108 Setup:
109 109
110 sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile' 110 sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile'
111 - sudo -u git -i -H /home/git/gitolite/src/gl-system-install 111 + sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; /home/git/gitolite/src/gl-system-install"
112 sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub 112 sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub
113 sudo chmod 777 /home/git/gitlab.pub 113 sudo chmod 777 /home/git/gitlab.pub
114 114