From 4cd9f7efc1276237aeffbfa5a692ac8b65f1b67d Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Mon, 31 Mar 2014 03:10:09 +0200
Subject: [PATCH] less noise when installing packages

---
 tests/angularjs/scripts/install-ubuntu.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/angularjs/scripts/install-ubuntu.sh b/tests/angularjs/scripts/install-ubuntu.sh
index 697fd2df7c..f26d7f4301 100755
--- a/tests/angularjs/scripts/install-ubuntu.sh
+++ b/tests/angularjs/scripts/install-ubuntu.sh
@@ -1,10 +1,10 @@
 DIR=`dirname $0`
 cd $DIR
-sudo apt-get install python-software-properties
-sudo apt-add-repository -y ppa:chris-lea/node.js
+sudo apt-get -qq install python-software-properties
+sudo apt-add-repository -y ppa:chris-lea/node.js > /dev/null
 sudo apt-get -qq update
 sudo apt-get -qq install nodejs
 sudo apt-get -qq install npm
 cd ..
-sudo npm config set loglevel warn
+sudo npm config set loglevel error
 sudo npm install .
\ No newline at end of file
-- 
GitLab