From 25c3e49b4f76eaac2db3bb5bcc81cd25ca291ad1 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 10 Feb 2016 21:21:17 +0100 Subject: [PATCH] Fix deps script. --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 409f10d21..2512057b0 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -669,7 +669,7 @@ function run_installer() function build_parity() { info "Downloading Parity..." - git clone git@github.com:ethcore/parity + git clone http://github.com/ethcore/parity cd parity git submodule init git submodule update