Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-03-31 01:33:22 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-31 01:33:22 +0400
commit18a35b36cc1d9255d4214114eb69cebbe7ad2b41 (patch)
treebcf3ec3560bcb7bdbffd27f85d0aafe7d4cbe77f /tests/angularjs
parentad5de13b37c8c5ef99de1bd6c33eed08a3d4013f (diff)
refs #4691 log only errors
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/scripts/install-ubuntu.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/angularjs/scripts/install-ubuntu.sh b/tests/angularjs/scripts/install-ubuntu.sh
index 117d7f87f7..697fd2df7c 100755
--- a/tests/angularjs/scripts/install-ubuntu.sh
+++ b/tests/angularjs/scripts/install-ubuntu.sh
@@ -2,8 +2,9 @@ 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 update
-sudo apt-get install nodejs
-sudo apt-get install npm
+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 install . \ No newline at end of file