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:
@@ -98,11 +98,9 @@ then
|
||||
if ! [ -f ${ROOT_DIR}/_data/data.zip ];
|
||||
then
|
||||
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 https://github.com/wowgaming/client-data/releases/download/v16/Data.zip --output ${ROOT_DIR}/_data/data.zip
|
||||
sudo curl -L ${CLIENT_DATA} --output ${ROOT_DIR}/_data/data.zip
|
||||
fi
|
||||
|
||||
|
||||
##########################################################################################
|
||||
# set azerothcore playerbot fork upstream with original azerothcore
|
||||
##########################################################################################
|
||||
|
||||
Reference in New Issue
Block a user