commit
50f0a341bc
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
trap "exit" INT
|
||||
ethereum -rpc true -rpcport 8080
|
@ -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
|
Loading…
Reference in New Issue
Block a user