Merge pull request #392 from ethcore/https-fix
(BETA) https link in the installer (?)
This commit is contained in:
commit
4ab845806d
@ -669,7 +669,7 @@ function run_installer()
|
|||||||
function build_parity()
|
function build_parity()
|
||||||
{
|
{
|
||||||
info "Downloading Parity..."
|
info "Downloading Parity..."
|
||||||
git clone git@github.com:ethcore/parity
|
git clone https://github.com/ethcore/parity
|
||||||
cd parity
|
cd parity
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
Loading…
Reference in New Issue
Block a user