diff --git a/install-deps.sh b/install-deps.sh index 7a5db1003..55595597d 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -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 diff --git a/install-parity.sh b/install-parity.sh index c19c413e0..1bad7d955 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -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