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 00:21:52 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-31 00:21:52 +0400
commit7c1a73db9d5683ccb074012a1e735124f21a74a4 (patch)
tree1d5c5ee40ecd550e12cbd4fa388fbad28fc6241a /tests/angularjs
parent53e4de5d5ade1370d4bbb2493870862668f66cfb (diff)
refs #4691 assume yes to all queries
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/install-ubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/angularjs/install-ubuntu.sh b/tests/angularjs/install-ubuntu.sh
index 581cd81e09..1883302849 100755
--- a/tests/angularjs/install-ubuntu.sh
+++ b/tests/angularjs/install-ubuntu.sh
@@ -1,5 +1,5 @@
sudo apt-get install python-software-properties
-sudo apt-add-repository ppa:chris-lea/node.js
+sudo apt-add-repository -y ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm