Skip to content

Commit

Permalink
Merge pull request gitlabhq#1069 from drt24/patch-1
Browse files Browse the repository at this point in the history
Should append to .profile rather than overwriting it as it might have ex...
  • Loading branch information
vsizov committed Jul 10, 2012
2 parents 1dca367 + 4a21f09 commit b58326a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.md
Expand Up @@ -107,7 +107,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 sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" >> /home/git/.profile'
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
Expand Down

0 comments on commit b58326a

Please sign in to comment.