Bob Mottram пре 7 година
родитељ
комит
b3f4ebe2ae
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0
    6
      src/freedombone-app-scuttlebot

+ 0
- 6
src/freedombone-app-scuttlebot Прегледај датотеку

402
 
402
 
403
     cat <<EOF > "$rootdir/usr/bin/install_scuttlebot"
403
     cat <<EOF > "$rootdir/usr/bin/install_scuttlebot"
404
 #!/bin/bash
404
 #!/bin/bash
405
-if [ -d ~/.npm/_cacache ]; then
406
-    rm -rf ~/.npm/_cacache
407
-fi
408
-if ! npm install --arch=$NPM_ARCH -g socks@2.1.6; then
409
-    exit 1
410
-fi
411
 if ! npm install --arch=$NPM_ARCH -g scuttlebot@${SCUTTLEBOT_VERSION}; then
405
 if ! npm install --arch=$NPM_ARCH -g scuttlebot@${SCUTTLEBOT_VERSION}; then
412
     exit 2
406
     exit 2
413
 fi
407
 fi