From 0c4df9c2c0efb002b7887a526c147130cbe01f66 Mon Sep 17 00:00:00 2001 From: Le Van Hoang Date: Wed, 7 May 2014 10:33:51 +0900 Subject: [PATCH] Update README.md Change to githubusercontent.com instead of github.com --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2ebdef..b66fc0c 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Run script. Ubuntu 12.04 or later: - $ curl https://raw.github.com/akagisho/gitlab-installer/master/ubuntu.sh \ + $ curl https://raw.githubusercontent.com/akagisho/gitlab-installer/master/ubuntu.sh \ | sudo bash 2>&1 | tee gitlab-installer.log CentOS 6.X: - $ curl https://raw.github.com/akagisho/gitlab-installer/master/centos6.sh \ + $ curl https://raw.githubusercontent.com/akagisho/gitlab-installer/master/centos6.sh \ | sudo bash 2>&1 | tee gitlab-installer.log Help