/[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 3181 by torben, Thu Dec 22 13:00:49 2016 UTC revision 3182 by torben, Thu Dec 22 13:12:14 2016 UTC
# Line 101  fi Line 101  fi
101    
102  if [ ! -x "/usr/local/bin/node" ] ; then  if [ ! -x "/usr/local/bin/node" ] ; then
103          echo "installing node.js"          echo "installing node.js"
104          n stable || exit          n lts || exit
105  fi  fi
106    
107  if [ ! -x "/usr/local/bin/gulp" ] ; then  if [ ! -x "/usr/local/bin/gulp" ] ; then

Legend:
Removed from v.3181  
changed lines
  Added in v.3182

  ViewVC Help
Powered by ViewVC 1.1.20