We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95804dd commit c513139Copy full SHA for c513139
install/debian_ubuntu.sh
@@ -44,6 +44,7 @@ sudo -H -u gitlab ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa
44
45
cd /home/git
46
sudo -u git -H mkdir bin
47
+sudo -H -u git git clone -b gl-v304 https://github.com/gitlabhq/gitolite.git /home/git/gitolite
48
sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" >> /home/git/.profile'
49
sudo -u git sh -c 'gitolite/install -ln /home/git/bin'
50
0 commit comments