From bef2ac3c6cec243149af5c648a4c4d40346202ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 3 Apr 2021 14:09:43 +0200 Subject: [PATCH] :art: Update build --- scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index cd228e7d..bf3379c9 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -11,7 +11,7 @@ update() { url=https://github.com/$1/$2/releases/download file=${2}*.tar.gz wget "$url/$new_release/$file" - tar -zxvf $file + 7z e $file rm $file } -- 2.43.0