FS-10972: [Verto-Communicator] add (-y) parameter to the verto install script debian8-install.sh #resolve

This commit is contained in:
Joshua Young 2018-02-20 17:40:44 -05:00 committed by Muteesa Fred
parent 0734899b9a
commit 2450d637ce
1 changed files with 1 additions and 1 deletions

View File

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