/[projects]/misc/xoa-installer/xoa-installer.sh
ViewVC logotype

Diff of /misc/xoa-installer/xoa-installer.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2981 by torben, Sat Mar 19 08:23:22 2016 UTC revision 2982 by torben, Sat Mar 19 08:24:48 2016 UTC
# Line 91  if [ ! -x "/usr/local/bin/node-gyp" ] ; Line 91  if [ ! -x "/usr/local/bin/node-gyp" ] ;
91          npm install -g node-gyp          npm install -g node-gyp
92  fi  fi
93    
94  if [ ! -d "/usr/local/lib/node_modules" ] ; then  if [ ! -d "/usr/local/lib/node_modules/bcrypt" ] ; then
95          echo "installing bcrypt"          echo "installing bcrypt"
96          npm install -g bcrypt          npm install -g bcrypt
97  fi  fi

Legend:
Removed from v.2981  
changed lines
  Added in v.2982

  ViewVC Help
Powered by ViewVC 1.1.20