diff options
| author | Valery Sizov <vsv2711@gmail.com> | 2014-12-15 14:01:55 +0200 |
|---|---|---|
| committer | Valery Sizov <vsv2711@gmail.com> | 2014-12-15 14:01:55 +0200 |
| commit | 83de96ae3a5acbbaf8b94a04b6c160e6819d91a2 (patch) | |
| tree | 3e77e339ab0ef7bbf20e5852a9e1e6c78f28298a /doc/update | |
| parent | 19865b7cfd4d081f6bee6e973858ee488e995561 (diff) | |
| download | gitlab-ce-83de96ae3a5acbbaf8b94a04b6c160e6819d91a2.tar.gz | |
add kerberos dependency
Diffstat (limited to 'doc/update')
| -rw-r--r-- | doc/update/7.5-to-7.6.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/7.5-to-7.6.md b/doc/update/7.5-to-7.6.md index deee73fe560..a5d76c341af 100644 --- a/doc/update/7.5-to-7.6.md +++ b/doc/update/7.5-to-7.6.md @@ -45,6 +45,8 @@ sudo -u git -H git checkout v2.2.0 ### 4. Install libs, migrations, etc. ```bash +sudo apt-get install libkrb5-dev + cd /home/git/gitlab # MySQL installations (note: the line below states '--without ... postgres') |
