From 21ed5da99e3b15efbc0d6bfd4bba6508028d51ef Mon Sep 17 00:00:00 2001 From: Accelerator Date: Tue, 16 Jul 2024 12:21:04 +0300 Subject: [PATCH] Update checkout-deps.sh --- tools/checkout-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checkout-deps.sh b/tools/checkout-deps.sh index d76b68000b..28ce43c63a 100755 --- a/tools/checkout-deps.sh +++ b/tools/checkout-deps.sh @@ -23,7 +23,7 @@ done ismac=0 iswin=0 -archive_ext=tar.gz +archive_ext=tar.xz decomp="tar xf" if [ `uname` = "Darwin" ]; then