]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8933 WIP make it not prompt for apt-get install
authorKen Rice <krice@freeswitch.org>
Mon, 14 Mar 2016 04:31:28 +0000 (23:31 -0500)
committerKen Rice <krice@freeswitch.org>
Mon, 14 Mar 2016 04:31:28 +0000 (23:31 -0500)
scripts/dialog-installer.sh

index fcb33f43d759e8e1f155f3e9bea19eb5cecd4632..bf9d37836792ba4a3fe3d70fffa98145d31d4124 100644 (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