/[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 2962 by torben, Mon Feb 29 10:09:34 2016 UTC revision 2963 by torben, Mon Feb 29 10:29:04 2016 UTC
# Line 76  if [ ! -x "/usr/local/bin/gulp" ] ; then Line 76  if [ ! -x "/usr/local/bin/gulp" ] ; then
76          npm install -g gulp          npm install -g gulp
77  fi  fi
78    
79    if [ ! -x "/usr/local/bin/forever" ] ; then
80            echo "installing forever"
81            npm install -g forever
82    fi
83    
84    
85    
86  if [ ! -d "xo-web" ] ; then  if [ ! -d "xo-web" ] ; then

Legend:
Removed from v.2962  
changed lines
  Added in v.2963

  ViewVC Help
Powered by ViewVC 1.1.20