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
|
fi
|
||||||
|
|
||||||
cd /usr/src/freeswitch.git/html5/verto/verto_communicator
|
cd /usr/src/freeswitch.git/html5/verto/verto_communicator
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install npm nodejs-legacy
|
apt-get install npm nodejs-legacy -y
|
||||||
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…
Reference in New Issue