mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fixed uwd/joiner installation
This commit is contained in:
@@ -2,9 +2,8 @@
|
|||||||
|
|
||||||
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
PATH_MODULES="$CUR_PATH/modules/"
|
PATH_MODULES="$CUR_PATH/modules/"
|
||||||
[ ! -d $PATH_MODULES/udw/joiner ] && git clone https://github.com/udw/joiner $PATH_MODULES/udw/joiner -b master
|
[ ! -d $PATH_MODULES/uwd/joiner ] && git clone https://github.com/uwd/joiner $PATH_MODULES/uwd/joiner -b master
|
||||||
source "$PATH_MODULES/uw-dev/joiner/joiner.sh"
|
source "$PATH_MODULES/uwd/joiner/joiner.sh"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [[ $1 == "dev" ]]; then
|
if [[ $1 == "dev" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user