/[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 2977 by torben, Mon Feb 29 10:29:04 2016 UTC revision 2978 by torben, Fri Mar 18 21:19:45 2016 UTC
# Line 81  if [ ! -x "/usr/local/bin/forever" ] ; t Line 81  if [ ! -x "/usr/local/bin/forever" ] ; t
81          npm install -g forever          npm install -g forever
82  fi  fi
83    
84    if [ ! -x "/usr/bin/git" ] ; then
85            echo "installing git"
86            apt-get install git
87    fi
88    
89  if [ ! -d "xo-web" ] ; then  if [ ! -d "xo-web" ] ; then
90          git clone -b $BRANCH https://github.com/vatesfr/xo-web.git          git clone -b $BRANCH https://github.com/vatesfr/xo-web.git

Legend:
Removed from v.2977  
changed lines
  Added in v.2978

  ViewVC Help
Powered by ViewVC 1.1.20