/[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 2959 by torben, Mon Feb 29 09:49:28 2016 UTC revision 2961 by torben, Mon Feb 29 10:05:45 2016 UTC
# Line 49  if [ ! -x "/usr/bin/curl" ] ; then Line 49  if [ ! -x "/usr/bin/curl" ] ; then
49          apt-get install curl || exit          apt-get install curl || exit
50  fi  fi
51    
52    if [ ! -x "/usr/bin/gcc" ] ; then
53            echo "installing build-essential"
54            apt-get install  build-essential || exit
55    fi
56            
57    
58  if [ ! -x "/usr/local/bin/n" ] ; then  if [ ! -x "/usr/local/bin/n" ] ; then
59          echo "installing node.js bootstrap"          echo "installing node.js bootstrap"
60          curl -o /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n || exit          curl -o /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n || exit
# Line 62  fi Line 68  fi
68    
69  if [ ! -x "/usr/local/bin/gulp" ] ; then  if [ ! -x "/usr/local/bin/gulp" ] ; then
70          echo "installing gulp"          echo "installing gulp"
71          npm install -x gulp          npm install -g gulp
72  fi  fi
73    
74    

Legend:
Removed from v.2959  
changed lines
  Added in v.2961

  ViewVC Help
Powered by ViewVC 1.1.20