mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Use .txz archive for dependencies
This commit is contained in:
parent
f4547a9434
commit
e70ab86995
@ -2,8 +2,8 @@
|
||||
|
||||
RELEASE_TAG="1.2"
|
||||
FILENAME="$1"
|
||||
DOWNLOAD_URL="https://github.com/vcmi/vcmi-dependencies/releases/download/$RELEASE_TAG/$FILENAME.tgz"
|
||||
DOWNLOAD_URL="https://github.com/vcmi/vcmi-dependencies/releases/download/$RELEASE_TAG/$FILENAME.txz"
|
||||
|
||||
mkdir ~/.conan
|
||||
cd ~/.conan
|
||||
curl -L "$DOWNLOAD_URL" | tar -xzf -
|
||||
curl -L "$DOWNLOAD_URL" | tar -xf - --xz
|
||||
|
Loading…
Reference in New Issue
Block a user