Commit 6a09b21df677e5115f46d3e52ffaf553f4276f85

Authored by Oluf Lorenzen
1 parent 46063803

switch gitlab-shell to correct version

a gitlab:check does say that you need v1.1.0 of gitlab-shell...
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
doc/install/installation.md
@@ -106,6 +106,11 @@ GitLab Shell is a ssh access and repository management software developed specia @@ -106,6 +106,11 @@ GitLab Shell is a ssh access and repository management software developed specia
106 git clone https://github.com/gitlabhq/gitlab-shell.git 106 git clone https://github.com/gitlabhq/gitlab-shell.git
107 107
108 cd gitlab-shell 108 cd gitlab-shell
  109 +
  110 + # switch to right version for v5.0
  111 + git checkout v1.1.0
  112 + git checkout -b v1.1.0
  113 +
109 cp config.yml.example config.yml 114 cp config.yml.example config.yml
110 115
111 # Edit config and replace gitlab_url 116 # Edit config and replace gitlab_url