mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-8933 WIP make it not prompt for apt-get install
This commit is contained in:
parent
db28104d49
commit
d46f77ad97
@ -210,8 +210,8 @@ install_vc() {
|
||||
fi
|
||||
|
||||
cd /usr/src/freeswitch.git/html5/verto/verto_communicator
|
||||
apt-get update
|
||||
apt-get install npm nodejs-legacy
|
||||
apt-get update
|
||||
apt-get install npm nodejs-legacy -y
|
||||
npm install -g grunt grunt-cli bower
|
||||
npm install
|
||||
bower --allow-root install
|
||||
|
Loading…
x
Reference in New Issue
Block a user