Commit e469084ccca0d976b0dc069aa89e60a41f067837

Authored by randx
1 parent 7ecfaccf

Fix installation docs

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
doc/installation.md
@@ -180,8 +180,6 @@ Setup: @@ -180,8 +180,6 @@ Setup:
180 sudo chmod 0444 /home/git/gitlab.pub 180 sudo chmod 0444 /home/git/gitlab.pub
181 181
182 sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; gitolite setup -pk /home/git/gitlab.pub" 182 sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; gitolite setup -pk /home/git/gitlab.pub"
183 - sudo -u git -H sed -i 's/0077/0007/g' /home/git/.gitolite.rc  
184 - sudo -u git -H sed -i "s/\(GIT_CONFIG_KEYS\s*=>*\s*\).\{2\}/\1'\.\*'/g" /home/git/.gitolite.rc  
185 183
186 Permissions: 184 Permissions:
187 185