No need to re-download the init script

This commit is contained in:
Jacob Vosmaer 2013-11-26 10:22:23 +01:00
parent 705c495ede
commit fecbf9255c
1 changed files with 1 additions and 2 deletions

View File

@ -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
```