File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci
149
149
cd gitlab-shell
150
150
151
151
# switch to right version
152
- sudo -u git -H git checkout v1.7.1
152
+ sudo -u git -H git checkout v1.7.4
153
153
154
154
sudo -u git -H cp config.yml.example config.yml
155
155
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable
36
36
``` bash
37
37
cd /home/git/gitlab-shell
38
38
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
40
40
```
41
41
42
42
### 4. Install libs, migrations, etc.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ sudo apt-get install logrotate
44
44
``` bash
45
45
cd /home/git/gitlab-shell
46
46
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
48
48
```
49
49
50
50
### 5. Install libs, migrations, etc.
You can’t perform that action at this time.
0 commit comments