diff --git a/tests/angularjs/scripts/install-ubuntu.sh b/tests/angularjs/scripts/install-ubuntu.sh
index 697fd2df7cc8446366b43f4d5a2cee693731a124..f26d7f4301d6177a2ac3ed9aa4f4df5db3f0b9c3 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