From 94ee377a5da9fdd04e12a272875eb4779fb9f6cd Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 21 Jul 2020 22:01:47 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 615d966..1e19e86 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -35,11 +35,11 @@ case $(uname -m) in *) ynh_die "Unknown arch" ;; esac -# Download, check integrity, uncompress and patch the source from jellyfin-web-[arch].src +# Download, check integrity, uncompress and patch the source from jellyfin-web.src case $(uname -m) in - x86_64) ynh_setup_source "$final_path" "jellyfin-web-amd64" ;; - aarch64) ynh_setup_source "$final_path" "jellyfin-web-arm64" ;; - armv7l) ynh_setup_source "$final_path" "jellyfin-web-armhf" ;; + x86_64) ynh_setup_source "$final_path" "jellyfin-web" ;; + aarch64) ynh_setup_source "$final_path" "jellyfin-web" ;; + armv7l) ynh_setup_source "$final_path" "jellyfin-web" ;; *) ynh_die "Unknown arch" ;; esac