From 34184d4afe6bdc8949e4ba2eb9450ce80d074c0a Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 5 Aug 2019 17:07:35 +0200 Subject: [PATCH] Updated client data downloader url with vmaps 4.3 --- apps/installer/includes/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/installer/includes/functions.sh b/apps/installer/includes/functions.sh index fcf26bda6..87c054e4f 100644 --- a/apps/installer/includes/functions.sh +++ b/apps/installer/includes/functions.sh @@ -202,6 +202,6 @@ function inst_download_client_data { local path="$AC_BINPATH_FULL" echo "Downloading client data in: $path/data.zip ..." - curl -L https://github.com/wowgaming/client-data/releases/download/v5/data.zip > "$path/data.zip" \ + curl -L https://github.com/wowgaming/client-data/releases/download/v6/data.zip > "$path/data.zip" \ && unzip -o "$path/data.zip" -d "$path/" && rm "$path/data.zip" }