Commit f73e46eece9e4f43703fa9bf6583ec7b38bb6c8f

Authored by Dmitriy Zaporozhets
1 parent 4f687aaa

Remove gitolite config sed because our gitolite fork already has it in sources

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
doc/install/installation.md
... ... @@ -103,8 +103,7 @@ Setup:
103 103 sudo chmod 0444 /home/git/gitlab.pub
104 104  
105 105 sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; gitolite setup -pk /home/git/gitlab.pub"
106   - sudo -u git -H sed -i 's/0077/0007/g' /home/git/.gitolite.rc
107   - sudo -u git -H sed -i "s/\(GIT_CONFIG_KEYS\s*=>*\s*\).\{2\}/\1'\.\*'/g" /home/git/.gitolite.rc
  106 +
108 107  
109 108 Permissions:
110 109  
... ...