From 2450d637ce5914c56353eda21629ac8e1c161269 Mon Sep 17 00:00:00 2001 From: Joshua Young Date: Tue, 20 Feb 2018 17:40:44 -0500 Subject: [PATCH] FS-10972: [Verto-Communicator] add (-y) parameter to the verto install script debian8-install.sh #resolve --- html5/verto/verto_communicator/debian8-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html5/verto/verto_communicator/debian8-install.sh b/html5/verto/verto_communicator/debian8-install.sh index cf992b0906..a1e8fb252a 100755 --- a/html5/verto/verto_communicator/debian8-install.sh +++ b/html5/verto/verto_communicator/debian8-install.sh @@ -1,6 +1,6 @@ #!/bin/bash apt-get update -apt-get install npm nodejs-legacy +apt-get -y install npm nodejs-legacy npm install -g grunt grunt-cli bower npm install bower --allow-root install