Skip to content

Commit 9e31555

Browse files
committed
Use gitlab-shell 1.7.4
1 parent 4c47a89 commit 9e31555

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/install/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci
149149
cd gitlab-shell
150150

151151
# switch to right version
152-
sudo -u git -H git checkout v1.7.1
152+
sudo -u git -H git checkout v1.7.4
153153

154154
sudo -u git -H cp config.yml.example config.yml
155155

doc/update/6.0-to-6.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable
3636
```bash
3737
cd /home/git/gitlab-shell
3838
sudo -u git -H git fetch
39-
sudo -u git -H git checkout v1.7.1
39+
sudo -u git -H git checkout v1.7.4
4040
```
4141

4242
### 4. Install libs, migrations, etc.

doc/update/6.0-to-6.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sudo apt-get install logrotate
4444
```bash
4545
cd /home/git/gitlab-shell
4646
sudo -u git -H git fetch
47-
sudo -u git -H git checkout v1.7.3
47+
sudo -u git -H git checkout v1.7.4
4848
```
4949

5050
### 5. Install libs, migrations, etc.

0 commit comments

Comments
 (0)