2
0

debian8-install.sh 149 B

1234567
  1. #!/bin/bash
  2. apt-get update
  3. apt-get install npm nodejs-legacy
  4. npm install -g grunt grunt-cli bower
  5. npm install
  6. bower --allow-root install
  7. grunt build