mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Update upgrade
This commit is contained in:
parent
7973b77656
commit
94ee377a5d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue