mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
Enabled v16
This commit is contained in:
@@ -98,7 +98,8 @@ 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/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
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user