From 62f03dd98dcb386fa87091d0f8eb465abe18406d Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 30 May 2020 22:22:47 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index ffa6ca2..7d6665f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -35,9 +35,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 #==============================================