/[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 3193 by torben, Tue Jan 3 22:12:10 2017 UTC revision 3194 by torben, Mon Mar 20 21:54:00 2017 UTC
# Line 40  if [ $total -le 1536 ] ; then Line 40  if [ $total -le 1536 ] ; then
40  fi  fi
41    
42  if [ "$1" == "clean" ] ; then  if [ "$1" == "clean" ] ; then
43            echo cleaning global npm packages
44            npm uninstall -g gulp
45            npm uninstall -g node-gyp
46            npm uninstall -g forever
47            npm uninstall -g bcrypt
48    
49          echo cleaning xo-web          echo cleaning xo-web
50          rm -rf xo-web          rm -rf xo-web
51    

Legend:
Removed from v.3193  
changed lines
  Added in v.3194

  ViewVC Help
Powered by ViewVC 1.1.20