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
0a8dbf12dd
commit
9e27f1c549
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ ynh_app_setting_set "$app" final_path "$final_path"
|
|||
case $(uname -m) in
|
||||
x86_64) ynh_setup_source "$final_path" "jellyfin-ffmpeg-amd64" ;;
|
||||
aarch64) ynh_setup_source "$final_path" "jellyfin-ffmpeg-arm64" ;;
|
||||
armv7l) ynh_setup_source "$final_path" "jellyfin-ffmpeg-armhf" ;;
|
||||
*) ynh_die "Unknown arch" ;;
|
||||
esac
|
||||
|
||||
|
@ -30,6 +31,7 @@ esac
|
|||
case $(uname -m) in
|
||||
x86_64) ynh_setup_source "$final_path" "jellyfin-amd64" ;;
|
||||
aarch64) ynh_setup_source "$final_path" "jellyfin-arm64" ;;
|
||||
armv7l) ynh_setup_source "$final_path" "jellyfin-armhf" ;;
|
||||
*) ynh_die "Unknown arch" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue