From df17facf8f99212551e74c2609aa7de1b1bcb0ff Mon Sep 17 00:00:00 2001 From: NuLL3rr0r Date: Mon, 12 Jan 2015 08:30:36 +0330 Subject: [PATCH] Update 6.x-or-7.x-to-7.6.md Added missing libkrb5-dev as mentioned here https://github.com/gitlabhq/gitlabhq/edit/7-6-stable/doc/update/7.5-to-7.6.md --- doc/update/6.x-or-7.x-to-7.6.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/update/6.x-or-7.x-to-7.6.md b/doc/update/6.x-or-7.x-to-7.6.md index 883a654dcd..4d60ebb023 100644 --- a/doc/update/6.x-or-7.x-to-7.6.md +++ b/doc/update/6.x-or-7.x-to-7.6.md @@ -125,6 +125,8 @@ sudo -u git -H git checkout v2.4.0 ## 7. Install libs, migrations, etc. ```bash +sudo apt-get install libkrb5-dev + cd /home/git/gitlab # MySQL installations (note: the line below states '--without ... postgres')