Skip to content

Commit 9b65a2e

Browse files
committed
Use 4-0-stable for one-line setup script
1 parent 7e6a14f commit 9b65a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/v4/ubuntu_server_1204.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ sudo chown git:git /home/git/.gitolite/hooks/common/post-receive
172172

173173
sudo -u gitlab -H bundle exec rake gitlab:app:setup RAILS_ENV=production
174174

175-
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab -P /etc/init.d/
175+
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/4-0-stable/init.d/gitlab -P /etc/init.d/
176176
sudo chmod +x /etc/init.d/gitlab
177177

178178
sudo update-rc.d gitlab defaults 21
@@ -182,7 +182,7 @@ sudo update-rc.d gitlab defaults 21
182182
#== 7. Nginx
183183
#==
184184
sudo apt-get install -y nginx
185-
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/master/nginx/gitlab -P /etc/nginx/sites-available/
185+
sudo wget https://raw.github.com/gitlabhq/gitlab-recipes/4-0-stable/nginx/gitlab -P /etc/nginx/sites-available/
186186
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
187187

188188

0 commit comments

Comments
 (0)