mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Add arm64 arch for ffmpeg
This commit is contained in:
parent
acf180f7ac
commit
8f2245cdfd
1 changed files with 1 additions and 2 deletions
|
@ -103,11 +103,10 @@ ynh_app_setting_set $app port $port
|
||||||
ynh_app_setting_set $app final_path $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
|
|
||||||
ynh_setup_source "$final_path" "jellyfin-ffmpeg"
|
|
||||||
case `uname -m` in
|
case `uname -m` in
|
||||||
x86_64) ynh_setup_source "$final_path" "jellyfin-ffmpeg-amd64" ;;
|
x86_64) ynh_setup_source "$final_path" "jellyfin-ffmpeg-amd64" ;;
|
||||||
aarch64) ynh_setup_source "$final_path" "jellyfin-ffmpeg-arm64" ;;
|
aarch64) ynh_setup_source "$final_path" "jellyfin-ffmpeg-arm64" ;;
|
||||||
*) ynh_die --message="Unknown arch" ;;
|
*) ynh_die "Unknown arch" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ynh_app_setting_set $app final_path $final_path
|
ynh_app_setting_set $app final_path $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue