From 94e5b4dc7b9ca37bebc6b180cc33f47447ee0d8e Mon Sep 17 00:00:00 2001 From: "N.S.Devaraj" Date: Tue, 5 Jun 2012 11:17:26 +0530 Subject: [PATCH] Update master --- script/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install.sh b/script/install.sh index fa6bd65d1..23d861827 100755 --- a/script/install.sh +++ b/script/install.sh @@ -36,7 +36,7 @@ BINARIES="git ruby gem bundle sed mktemp" # required programs D_GIT_CLONE_PATH="/srv/diaspora" # path for diaspora -D_REMOTE_REPO_URL="git://github.com/diaspora/diaspora.git" +D_REMOTE_REPO_URL="https://github.com/diaspora/diaspora.git" D_INSTALL_SCRIPT_URL="https://raw.github.com/diaspora/diaspora/master/script/install.sh"