debug deb
This commit is contained in:
parent
1ee91d1d4d
commit
472019471e
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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/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
|
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
|
# install ethereum & install dependencies
|
||||||
sudo apt-get install -y -qq build-essential git unzip wget nodejs ntp cloud-utils
|
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
|
# add node symlink if it doesn't exist
|
||||||
[[ ! -f /usr/bin/node ]] && sudo ln -s /usr/bin/nodejs /usr/bin/node
|
[[ ! -f /usr/bin/node ]] && sudo ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user