fix(bash): update the data files version (#2235)
This commit is contained in:
parent
f031d418e3
commit
e4a3282d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue