freeswitch/html5/verto/verto_communicator/debian8-install.sh

8 lines
152 B
Bash
Executable File

#!/bin/bash
apt-get update
apt-get -y install npm nodejs-legacy
npm install -g grunt grunt-cli bower
npm install
bower --allow-root install
grunt build