Commit cc42bf784e52f7e6eed8f46e0190dbc066372a19
1 parent
988e6ac2
Exists in
master
and in
4 other branches
Fix sudo install command in installation guide
Fixes #2334
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
| @@ -36,7 +36,7 @@ The GitLab installation consists of setting up th following components: | @@ -36,7 +36,7 @@ The GitLab installation consists of setting up th following components: | ||
| 36 | to install it first. | 36 | to install it first. |
| 37 | 37 | ||
| 38 | # run as root | 38 | # run as root |
| 39 | - apt-get update && apt-get upgrade && apt-get install sudo vim | 39 | + apt-get update && apt-get upgrade && apt-get install sudo |
| 40 | 40 | ||
| 41 | Make sure your system is up-to-date: | 41 | Make sure your system is up-to-date: |
| 42 | 42 |