From 7e87546523d9ce73ef7ea029c6024b88413122a1 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 4 Feb 2016 21:35:46 +0100 Subject: [PATCH] Fix version of netstats to use. --- install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-deps.sh b/install-deps.sh index de1a6ebb7..1e1ce9128 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -681,6 +681,7 @@ 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