mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-13 02:27:48 +00:00
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
|
#!/bin/bash
|
||||||
apt-get update
|
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 -g grunt grunt-cli bower
|
||||||
npm install
|
npm install
|
||||||
bower --allow-root install
|
bower --allow-root install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user