aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d/50_sdk
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/tasks.d/50_sdk')
-rw-r--r--INSTALL/tasks.d/50_sdk2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/50_sdk b/INSTALL/tasks.d/50_sdk
index 1f60edd..1985b14 100644
--- a/INSTALL/tasks.d/50_sdk
+++ b/INSTALL/tasks.d/50_sdk
@@ -9,7 +9,7 @@ done
# install node.js and tools (npm, gulp, bower) if needed
if [[ -z $(which node) ]]; then
curl -sL https://deb.nodesource.com/setup_6.x | bash -
- apt-get install nodejs
+ apt-get install -y nodejs
# issue SPEC-979
# this install fails with timeout for unknown reason - let's comment it
#npm install --global gulp bower