update.sh 143 B

1234567891011
  1. #env /bin/bash
  2. cd /usr/src/node/sysm;
  3. git clone https://github.com/felixyin/sysm.git -b master;
  4. bower install --allow-root;
  5. npm install;