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 05:10:09 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-31 05:10:09 +0400
commit4cd9f7efc1276237aeffbfa5a692ac8b65f1b67d (patch)
tree611bf7d45364b1bb8b0c3c4ef3c6821531e6d76c /tests/angularjs
parent3a4b705e1e8b9a70aed4f649344057ee03c679a4 (diff)
less noise when installing packages
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/scripts/install-ubuntu.sh6
1 files 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