Commit b1c79eaf authored by Jeroen van Baarsen's avatar Jeroen van Baarsen

Merge pull request #8604 from Razer6/fix_gitlab_shell_doc

Update gitlab-shell in docs to 2.4.1
parents d84a2ab6 5ee99290
...@@ -119,7 +119,7 @@ sudo apt-get install pkg-config cmake ...@@ -119,7 +119,7 @@ sudo apt-get install pkg-config cmake
```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.4.0 sudo -u git -H git checkout v2.4.1
``` ```
## 7. Install libs, migrations, etc. ## 7. Install libs, migrations, etc.
......
...@@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-7-stable-ee ...@@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-7-stable-ee
```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.4.0 sudo -u git -H git checkout v2.4.1
``` ```
### 4. Install libs, migrations, etc. ### 4. Install libs, migrations, etc.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment