FS-8933 WIP make it not prompt for apt-get install

This commit is contained in:
Ken Rice 2016-03-13 23:31:28 -05:00
parent db28104d49
commit d46f77ad97
1 changed files with 2 additions and 2 deletions

View File

@ -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