From: Jérémie Astor Date: Fri, 5 Mar 2021 12:09:27 +0000 (+0100) Subject: Fix Update script X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0ba85c4072f8cba9ef4c72d163a516739bc85b0a;p=gwion.git Fix Update script --- diff --git a/scripts/update.sh b/scripts/update.sh index 6eb0edbc..8c3bfd32 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -9,12 +9,12 @@ get_latest_release() { update() { new_release=$(get_latest_release $1 $2) url=https://github.com/$1/$2/releases/download - file=gwion-linux.tar.gz + file=${3}linux.tar.gz wget "$url/$new_release/$file" tar -zxvf $file rm $file } -update Gwion Gwion +update Gwion Gwion gwion update fennecdjay mdr update fennecdjay cmojify