mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Update install
This commit is contained in:
parent
af70566825
commit
339d111274
1 changed files with 2 additions and 5 deletions
|
@ -110,7 +110,7 @@ case $(uname -m) in
|
|||
*) ynh_die "Unknown arch" ;;
|
||||
esac
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from jellyfin-[arch].src
|
||||
# Download, check integrity, uncompress and patch the source from jellyfin-server-[arch].src
|
||||
case $(uname -m) in
|
||||
x86_64) ynh_setup_source "$final_path" "jellyfin-server-amd64" ;;
|
||||
aarch64) ynh_setup_source "$final_path" "jellyfin-server-arm64" ;;
|
||||
|
@ -118,7 +118,7 @@ case $(uname -m) in
|
|||
*) ynh_die "Unknown arch" ;;
|
||||
esac
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from jellyfin-[arch].src
|
||||
# Download, check integrity, uncompress and patch the source from jellyfin-web-[arch].src
|
||||
case $(uname -m) in
|
||||
x86_64) ynh_setup_source "$final_path" "jellyfin-web-amd64" ;;
|
||||
aarch64) ynh_setup_source "$final_path" "jellyfin-web-arm64" ;;
|
||||
|
@ -126,9 +126,6 @@ case $(uname -m) in
|
|||
*) ynh_die "Unknown arch" ;;
|
||||
esac
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from jellyfin-plugin-ldapauth.src
|
||||
#ynh_setup_source "$final_path" "jellyfin-plugin-ldapauth"
|
||||
|
||||
#==============================================
|
||||
# INSTALL JELLYFIN
|
||||
#==============================================
|
||||
|
|
Loading…
Add table
Reference in a new issue