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
|
||||
|
||||
# install ethereum
|
||||
sudo apt-get install -y ethereum
|
||||
sudo apt-get install -y geth
|
||||
|
||||
# add node symlink
|
||||
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
||||
|
@ -55,6 +55,7 @@ npm install
|
||||
npm install pm2 -g
|
||||
|
||||
cp -b ./processes.json ./..
|
||||
|
||||
# set up time update cronjob
|
||||
cat > /etc/cron.hourly/ntpdate << EOF
|
||||
#!/bin/sh
|
||||
|
Loading…
Reference in New Issue
Block a user