build fixes
This commit is contained in:
parent
145ef34364
commit
1adb7700db
@ -11,7 +11,7 @@ sudo add-apt-repository -y ppa:ethereum/ethereum-dev
|
|||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
|
|
||||||
# install ethereum
|
# install ethereum
|
||||||
sudo apt-get install -y ethereum
|
sudo apt-get install -y geth
|
||||||
|
|
||||||
# add node symlink
|
# add node symlink
|
||||||
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
@ -55,6 +55,7 @@ npm install
|
|||||||
npm install pm2 -g
|
npm install pm2 -g
|
||||||
|
|
||||||
cp -b ./processes.json ./..
|
cp -b ./processes.json ./..
|
||||||
|
|
||||||
# set up time update cronjob
|
# set up time update cronjob
|
||||||
cat > /etc/cron.hourly/ntpdate << EOF
|
cat > /etc/cron.hourly/ntpdate << EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user