From: Jérémie Astor Date: Sat, 3 Apr 2021 12:09:43 +0000 (+0200) Subject: :art: Update build X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=bef2ac3c6cec243149af5c648a4c4d40346202ec;p=gwion.git :art: Update build --- 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 }