mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 04:03:53 +00:00
8 lines
149 B
Bash
8 lines
149 B
Bash
|
#!/bin/bash
|
||
|
apt-get update
|
||
|
apt-get install npm nodejs-legacy
|
||
|
npm install -g grunt grunt-cli bower
|
||
|
npm install
|
||
|
bower --allow-root install
|
||
|
grunt build
|