fix(bash): update the data files version (#2235)

This commit is contained in:
Francesco Borzì
2019-08-25 13:18:11 +02:00
committed by Yehonal
parent f031d418e3
commit e4a3282d2a

View File

@@ -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/v6/data.zip > "$path/data.zip" \
curl -L https://github.com/wowgaming/client-data/releases/download/v7/data.zip > "$path/data.zip" \
&& unzip -o "$path/data.zip" -d "$path/" && rm "$path/data.zip"
}