From: Jérémie Astor Date: Sat, 3 Apr 2021 12:11:48 +0000 (+0200) Subject: :art: Update build X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=42cb8d7484242e7a9d89df09a8144872c9129050;p=gwion.git :art: Update build --- diff --git a/scripts/update.sh b/scripts/update.sh index e5cb2253..6e288f57 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -8,9 +8,9 @@ get_latest_release() { update() { new_release=$(get_latest_release $1 $2) - url=https://github.com/$1/$2/releases/download +# url=https://github.com/$1/$2/releases/download file=${2}*.zip - wget "$url/$new_release/$file" + wget "$new_release" 7z e $file rm $file }