]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update build
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 3 Apr 2021 12:09:43 +0000 (14:09 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 3 Apr 2021 12:09:43 +0000 (14:09 +0200)
scripts/update.sh

index cd228e7d1c7ff9084f2b8bbc988115e034de4ebf..bf3379c93a420b0b74460c8debff4f34a5562b1a 100644 (file)
@@ -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
 }