From 472019471ee2fb9f958bc24552bc0b3dc7e6e529 Mon Sep 17 00:00:00 2001 From: KKudryavtsev Date: Fri, 5 Feb 2016 15:59:07 +0000 Subject: [PATCH] debug deb --- install-parity.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install-parity.sh b/install-parity.sh index 159a99dbc..ff43c4e9d 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash - -GET_DEPS_URL=http://get-deps.ethcore.io #PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/beta-0.9/parity_0.9.0-0_amd64.deb PARITY_DEB_URL=https://github.com/jesuscript/scripts/raw/master/parity_0.9.0-0_amd64.deb @@ -572,6 +570,9 @@ function run_installer() # install ethereum & install dependencies sudo apt-get install -y -qq build-essential git unzip wget nodejs ntp cloud-utils + sudo apt-get -f install + sudo apt-get install -y -qq npm + # add node symlink if it doesn't exist [[ ! -f /usr/bin/node ]] && sudo ln -s /usr/bin/nodejs /usr/bin/node