debug deb

This commit is contained in:
KKudryavtsev 2016-02-05 15:59:07 +00:00
parent 1ee91d1d4d
commit 472019471e
1 changed files with 3 additions and 2 deletions

View File

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