Merge branch 'upgrade-guide-gitlab-shell' into 'master'

7.10 requires gitlab-shell 2.6.2.

Fixes #1467.

See merge request !552
This commit is contained in:
Dmitriy Zaporozhets 2015-04-21 12:48:07 +00:00
commit 6750e2d53f
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ sudo apt-get install nodejs
```bash ```bash
cd /home/git/gitlab-shell cd /home/git/gitlab-shell
sudo -u git -H git fetch sudo -u git -H git fetch
sudo -u git -H git checkout v2.6.0 sudo -u git -H git checkout v2.6.2
``` ```
## 7. Install libs, migrations, etc. ## 7. Install libs, migrations, etc.