/[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 2982 by torben, Sat Mar 19 08:24:48 2016 UTC revision 2983 by torben, Sat Mar 19 11:58:04 2016 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    
3    
4  # npm install -g npm@next  # Note: this script works on debian 7 /wheezy
5    # I haven't yet managed to get it to work on deb8/jessie
6    
7    
 #BRANCH=next-release  
8  BRANCH=master  BRANCH=master
9    
10    
# Line 54  if [ ! -x "/usr/bin/gcc" ] ; then Line 55  if [ ! -x "/usr/bin/gcc" ] ; then
55          apt-get install  build-essential || exit          apt-get install  build-essential || exit
56  fi  fi
57    
58    if [ ! -f "/usr/include/libpng12/png.h" ] ; then
59            echo "installing libpng"
60            apt-get install libpng12-dev
61    fi
62    
63  if [ ! -x "/usr/bin/redis-server" ] ; then  if [ ! -x "/usr/bin/redis-server" ] ; then
64          echo "installing redis-server"          echo "installing redis-server"
65          apt-get install  redis-server || exit          apt-get install  redis-server || exit

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

  ViewVC Help
Powered by ViewVC 1.1.20