mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-8933 WIP make it not prompt for apt-get install
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user