Merge pull request #21 from cubedro/develop

updated shell scripts
This commit is contained in:
Marian OANCΞA 2015-03-20 08:27:15 +02:00
commit 50f0a341bc
3 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
# update repository & install dependencies
sudo apt-get install -y software-properties-common
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y git mercurial build-essential software-properties-common wget pkg-config libgmp3-dev libreadline6-dev libpcre3-dev libpcre++-dev nodejs npm

View File

@ -1,3 +0,0 @@
#!/bin/bash
trap "exit" INT
ethereum -rpc true -rpcport 8080

View File

@ -2,7 +2,7 @@
trap "exit" INT
if [ -f /usr/bin/ethereum ]
then
ethereum -rpc true -rpcport 8080
ethereum -rpc true
else
eth -x 15 -l 30303 -r poc-8.ethdev.com -p 30303 -m off -j
fi