use https to clone in the automatic install script

This commit is contained in:
Mathieu D. (MatToufoutu) 2012-03-22 18:15:19 +01:00
parent bbd32d870a
commit 361f47ce40

View file

@ -6,7 +6,7 @@ update() {
local orig=$PWD
cd /tmp \
&& rm -fr ./git-extras \
&& git clone --depth 1 http://github.com/visionmedia/git-extras.git \
&& git clone --depth 1 https://github.com/visionmedia/git-extras.git \
&& cd git-extras \
&& make install \
&& cd "$orig" \