Use latest netstats (#989)

This commit is contained in:
Arkadiy Paronyan 2016-04-24 14:24:38 +02:00 committed by Gav Wood
parent 3c6669bd98
commit 0b78a1ead9
2 changed files with 0 additions and 6 deletions

View File

@ -664,9 +664,6 @@ function run_installer()
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api netstats
cd netstats
git pull
git checkout 95d595258239a0fdf56b97dedcfb2be62f6170e6
sudo npm install
sudo npm install pm2 -g

View File

@ -492,9 +492,6 @@ function run_installer()
[ ! -d "www" ] && git clone https://github.com/cubedro/eth-net-intelligence-api netstats
oldpwd= $(pwd)
cd netstats
git pull
git checkout 95d595258239a0fdf56b97dedcfb2be62f6170e6
sudo npm install
sudo npm install pm2 -g