Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit e8c33c7

Browse files
committed
Init script is already checked out and does not need to be downloaded again.
1 parent 681c90d commit e8c33c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ You can use either MySQL or PostgreSQL.
143143

144144
## 7. Install Init Script
145145

146-
Download the init script (will be /etc/init.d/gitlab_ci):
146+
Copy the init script (will be /etc/init.d/gitlab_ci):
147147

148-
sudo wget https://raw.github.com/gitlabhq/gitlab-ci/master/lib/support/init.d/gitlab_ci -P /etc/init.d/
148+
sudo cp /home/gitlab_ci/gitlab-ci/lib/support/init.d/gitlab_ci /etc/init.d/gitlab_ci
149149
sudo chmod +x /etc/init.d/gitlab_ci
150150

151151
Make GitLab start on boot:

0 commit comments

Comments
 (0)