mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
use https to clone in the automatic install script
This commit is contained in:
parent
bbd32d870a
commit
361f47ce40
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue