Commit 671424a8e76e60177b78db291f7f5d202edf1acd

Authored by Valery Sizov
1 parent cfe86765

installation guide: change link to script of auto-install

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/installation.md
@@ -43,7 +43,7 @@ The installation consists of 6 steps: @@ -43,7 +43,7 @@ The installation consists of 6 steps:
43 > apt-get install curl sudo 43 > apt-get install curl sudo
44 > 44 >
45 > # 3 steps in 1 command :) 45 > # 3 steps in 1 command :)
46 -> curl http://dl.dropbox.com/u/936096/debian_ubuntu.sh | sh 46 +> curl https://raw.github.com/gitlabhq/gitlabhq/master/doc/debian_ubuntu.sh | sh
47 > 47 >
48 > Now you can go to step 4" 48 > Now you can go to step 4"
49 > - - - 49 > - - -