From 0ba85c4072f8cba9ef4c72d163a516739bc85b0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 5 Mar 2021 13:09:27 +0100 Subject: [PATCH] Fix Update script --- scripts/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0