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
b79ca25278
commit
9a29f769ca
1 changed files with 6 additions and 6 deletions
|
@ -122,7 +122,7 @@ case $(uname -m) in
|
|||
esac
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from jellyfin-plugin-ldapauth.src
|
||||
ynh_setup_source "$final_path" "jellyfin-plugin-ldapauth"
|
||||
#ynh_setup_source "$final_path" "jellyfin-plugin-ldapauth"
|
||||
|
||||
#==============================================
|
||||
# INSTALL JELLYFIN
|
||||
|
@ -136,12 +136,12 @@ rm "$final_path"/*.deb
|
|||
# INSTALL LDAP PLUGIN
|
||||
#==============================================
|
||||
|
||||
plugins_path=/var/lib/jellyfin/plugins
|
||||
ldap_plugin_path="$plugins_path/LDAP Authentication"
|
||||
#plugins_path=/var/lib/jellyfin/plugins
|
||||
#ldap_plugin_path="$plugins_path/LDAP Authentication"
|
||||
|
||||
mkdir -p "$ldap_plugin_path"
|
||||
unzip "$final_path"/jellyfin-plugin-ldapauth.zip -d "$ldap_plugin_path"
|
||||
rm "$final_path"/*.zip
|
||||
#mkdir -p "$ldap_plugin_path"
|
||||
#unzip "$final_path"/jellyfin-plugin-ldapauth.zip -d "$ldap_plugin_path"
|
||||
#rm "$final_path"/*.zip
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue