From 1adb7700db7d3e1cc611c665972696000410f50d Mon Sep 17 00:00:00 2001 From: cubedro Date: Fri, 3 Apr 2015 01:09:17 +0300 Subject: [PATCH] build fixes --- bin/build-go.sh | 2 +- bin/build.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build-go.sh b/bin/build-go.sh index f2f8982..e0ed8c9 100644 --- a/bin/build-go.sh +++ b/bin/build-go.sh @@ -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 diff --git a/bin/build.sh b/bin/build.sh index faff6df..8114b49 100644 --- a/bin/build.sh +++ b/bin/build.sh @@ -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