From 348c4f116af6287b1fcb0afb7b2c68794a25b2fa Mon Sep 17 00:00:00 2001 From: KKudryavtsev Date: Thu, 4 Feb 2016 23:48:01 +0000 Subject: [PATCH] deps url as http --- install-parity.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/install-parity.sh b/install-parity.sh index b2160bea9..6b5bccc7c 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -GET_DEPS_URL=https://get-deps.ethcore.io +GET_DEPS_URL=http://get-deps.ethcore.io function run_installer() { @@ -184,14 +184,6 @@ function run_installer() function linux_installer() { - info "Installing dependencies" - sudo apt-get update && sudo apt-get install -q -y git curl g++ wget - echo - - info "Installing rocksdb" - linux_rocksdb_installer - echo - build_parity }