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:58:27 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-31 00:58:27 +0400
commit275b6b0f0a771aa480ec0b5fc7265487263aa464 (patch)
tree89f13a32e938d5f593dbcd037b4fec36f5d97f3c /tests/angularjs
parent2db6577f0a955f595125110f05d3b7c941a9d7c0 (diff)
refs #4691 make sure to install correct package
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/scripts/install-ubuntu.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/angularjs/scripts/install-ubuntu.sh b/tests/angularjs/scripts/install-ubuntu.sh
index 1883302849..117d7f87f7 100755
--- a/tests/angularjs/scripts/install-ubuntu.sh
+++ b/tests/angularjs/scripts/install-ubuntu.sh
@@ -1,6 +1,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
+cd ..
sudo npm install . \ No newline at end of file