From f1daf45502fd70e286beaafeffbcf9df0ba94690 Mon Sep 17 00:00:00 2001 From: agaucher Date: Tue, 13 Apr 2021 12:46:54 +0200 Subject: [PATCH] feat(updater): change filenames to match github releases --- update_ombi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_ombi.sh b/update_ombi.sh index fa3f048..f1fb3c3 100644 --- a/update_ombi.sh +++ b/update_ombi.sh @@ -187,9 +187,9 @@ fi .log 6 "Downloading Ombi update..." if [ "$archshort" = 'arm' ]; then - filename='linux-arm.tar.gz' + filename='linux-arm64.tar.gz' else - filename='linux.tar.gz' + filename='linux-x64.tar.gz' fi declare -i i=1 declare -i j=5