Merge pull request #87 from mattoufoutu/master

use https in the automatic install script
This commit is contained in:
TJ Holowaychuk 2012-03-22 11:37:03 -07:00
commit 5cb1590d93

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" \