Fix deps script.

This commit is contained in:
Gav Wood 2016-02-10 21:21:17 +01:00
parent 66a370af9b
commit 25c3e49b4f
1 changed files with 1 additions and 1 deletions

View File

@ -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