From 4aed6ce8a514a24e11030d4fc7529f066a3e78b6 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 26 Jun 2014 11:02:29 +0530 Subject: [PATCH] Some firewall blocked git:// so we used https:// for git clone #277 --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index 68f54aa2..1077ef56 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -118,7 +118,7 @@ rm -rf /tmp/easyengine &>> /dev/null # Let's clone EasyEngine (ee) ee_lib_echo "Cloning EasyEngine (ee) $BRANCH branch, please wait..." | tee -ai $EE_INSTALL_LOG -git clone -b $BRANCH git://github.com/rtCamp/easyengine.git /tmp/easyengine &>> $EE_INSTALL_LOG || ee_lib_error "Unable to clone EasyEngine (ee) $BRANCH branch, exit status = " $? +git clone -b $BRANCH https://github.com/rtCamp/easyengine.git /tmp/easyengine &>> $EE_INSTALL_LOG || ee_lib_error "Unable to clone EasyEngine (ee) $BRANCH branch, exit status = " $? # Setup EasyEngine (ee)