From 76ebdd051fde9fc08575b3ea546b7ed63b6f8e46 Mon Sep 17 00:00:00 2001 From: Abe Voelker Date: Sun, 1 Apr 2012 12:58:40 -0500 Subject: [PATCH] Fix gl-setup PATH warning when executing gl-system-install. --- doc/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 823bd48..1ee0979 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -101,7 +101,8 @@ Get gitolite source code: Setup: - sudo -u git -H /home/git/gitolite/src/gl-system-install + sudo -u git sh -c 'echo "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile' + sudo -u git -i -H /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 -- libgit2 0.21.2