From fecbf9255c6de2ef9e44339726613280c1a28b3d Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 26 Nov 2013 10:22:23 +0100 Subject: [PATCH] No need to re-download the init script --- doc/update/6.2-to-6.3.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md index 94f3c3e..a72a723 100644 --- a/doc/update/6.2-to-6.3.md +++ b/doc/update/6.2-to-6.3.md @@ -67,8 +67,7 @@ git diff 6-2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.examp ### 6. Update Init script ```bash -sudo rm /etc/init.d/gitlab -sudo curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlabhq/6-3-stable/lib/support/init.d/gitlab +sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab sudo chmod +x /etc/init.d/gitlab ``` -- libgit2 0.21.2