build fixes

This commit is contained in:
cubedro 2015-04-03 01:09:17 +03:00
parent 145ef34364
commit 1adb7700db
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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