mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
Update 1_source-install.sh
This commit is contained in:
@@ -83,6 +83,14 @@ then
|
|||||||
git config --global --add safe.directory "${ROOT_DIR}/_download/modules/mod-ah-bot"
|
git config --global --add safe.directory "${ROOT_DIR}/_download/modules/mod-ah-bot"
|
||||||
git clone ${AC_MODE_AHBOT_REPO} --branch=${AC_MODE_AHBOT_REPO_BRANCH} ${ROOT_DIR}/_download/modules/mod-ah-bot
|
git clone ${AC_MODE_AHBOT_REPO} --branch=${AC_MODE_AHBOT_REPO_BRANCH} ${ROOT_DIR}/_download/modules/mod-ah-bot
|
||||||
|
|
||||||
|
|
||||||
|
##########################################################################################
|
||||||
|
# Clone module /mod-player-bot-level-brackets
|
||||||
|
##########################################################################################
|
||||||
|
sudo rm -rf ${ROOT_DIR}/_download/modules/mod-player-bot-level-brackets > /dev/null 2>&1
|
||||||
|
git config --global --add safe.directory "${ROOT_DIR}/_download/modules/mod-player-bot-level-brackets"
|
||||||
|
git clone ${AC_MODE_AHBOT_REPO} --branch=${AC_MODE_AHBOT_REPO_BRANCH} ${ROOT_DIR}/_download/modules/mod-player-bot-level-brackets
|
||||||
|
|
||||||
|
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
# Download client-data (only if file does not exist)
|
# Download client-data (only if file does not exist)
|
||||||
|
|||||||
Reference in New Issue
Block a user