Update gitlab-shell in docs to 2.4.1

This commit is contained in:
Robert Schilling 2015-01-18 13:04:58 +01:00
parent d84a2ab641
commit 5ee99290be
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ sudo apt-get install pkg-config cmake
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v2.4.0
sudo -u git -H git checkout v2.4.1
```
## 7. Install libs, migrations, etc.

View File

@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-7-stable-ee
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v2.4.0
sudo -u git -H git checkout v2.4.1
```
### 4. Install libs, migrations, etc.