From b3f4ebe2ae6f392858898636e062439c9801829d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Apr 2018 21:17:37 +0100 Subject: [PATCH] Tidying --- src/freedombone-app-scuttlebot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/freedombone-app-scuttlebot b/src/freedombone-app-scuttlebot index 3659067c..4ee36d5c 100755 --- a/src/freedombone-app-scuttlebot +++ b/src/freedombone-app-scuttlebot @@ -402,12 +402,6 @@ function mesh_install_scuttlebot { cat < "$rootdir/usr/bin/install_scuttlebot" #!/bin/bash -if [ -d ~/.npm/_cacache ]; then - rm -rf ~/.npm/_cacache -fi -if ! npm install --arch=$NPM_ARCH -g socks@2.1.6; then - exit 1 -fi if ! npm install --arch=$NPM_ARCH -g scuttlebot@${SCUTTLEBOT_VERSION}; then exit 2 fi