summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-19 09:30:28 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-19 09:30:28 +0200
commitab17309f833b84e1fd3711b56344f265cca31d58 (patch)
treed0dab7a4ff0db92a70feddb668225a058dfb2bab /install.sh
parentaa6cb73d21a18c1f398ecd43bd3b439bbb91b7df (diff)
fixed uwd/joiner installation
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 3facec10e9..a5ab4396d0 100755
--- a/install.sh
+++ b/install.sh
@@ -2,9 +2,8 @@
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PATH_MODULES="$CUR_PATH/modules/"
-[ ! -d $PATH_MODULES/udw/joiner ] && git clone https://github.com/udw/joiner $PATH_MODULES/udw/joiner -b master
-source "$PATH_MODULES/uw-dev/joiner/joiner.sh"
-
+[ ! -d $PATH_MODULES/uwd/joiner ] && git clone https://github.com/uwd/joiner $PATH_MODULES/uwd/joiner -b master
+source "$PATH_MODULES/uwd/joiner/joiner.sh"
if [[ $1 == "dev" ]]; then