From d46f77ad97971633dd7a226d5046f8edc4a2a9e4 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Sun, 13 Mar 2016 23:31:28 -0500 Subject: [PATCH] FS-8933 WIP make it not prompt for apt-get install --- scripts/dialog-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dialog-installer.sh b/scripts/dialog-installer.sh index fcb33f43d7..bf9d378367 100644 --- a/scripts/dialog-installer.sh +++ b/scripts/dialog-installer.sh @@ -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