Merge pull request #392 from ethcore/https-fix

(BETA) https link in the installer (?)
This commit is contained in:
Arkadiy Paronyan 2016-02-09 21:15:22 +01:00
commit 4ab845806d
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 https://github.com/ethcore/parity
cd parity
git submodule init
git submodule update