mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-21 19:46:22 +00:00
Update 1_source-install.sh
This commit is contained in:
@@ -98,11 +98,9 @@ then
|
|||||||
if ! [ -f ${ROOT_DIR}/_data/data.zip ];
|
if ! [ -f ${ROOT_DIR}/_data/data.zip ];
|
||||||
then
|
then
|
||||||
mkdir -p ${ROOT_DIR}/_data > /dev/null 2>&1
|
mkdir -p ${ROOT_DIR}/_data > /dev/null 2>&1
|
||||||
#sudo curl -L https://github.com/wowgaming/client-data/releases/download/v18.0/Data.zip --output ${ROOT_DIR}/_data/data.zip
|
sudo curl -L ${CLIENT_DATA} --output ${ROOT_DIR}/_data/data.zip
|
||||||
sudo curl -L https://github.com/wowgaming/client-data/releases/download/v16/Data.zip --output ${ROOT_DIR}/_data/data.zip
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
# set azerothcore playerbot fork upstream with original azerothcore
|
# set azerothcore playerbot fork upstream with original azerothcore
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user