forked from Mirrors/freeswitch
FS-10972: [Verto-Communicator] add (-y) parameter to the verto install script debian8-install.sh #resolve
This commit is contained in:
parent
0734899b9a
commit
2450d637ce
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
apt-get update
|
||||
apt-get install npm nodejs-legacy
|
||||
apt-get -y install npm nodejs-legacy
|
||||
npm install -g grunt grunt-cli bower
|
||||
npm install
|
||||
bower --allow-root install
|
||||
|
|
Loading…
Reference in New Issue