From dbb2ee7fd85ccd9ba56b11a5a01401fd4d3850f1 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 25 Mar 2019 11:46:20 +0100 Subject: [PATCH] fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6dc47d7..025c0c0 100644 --- a/scripts/install +++ b/scripts/install @@ -79,7 +79,7 @@ ynh_print_info "Installing dependencies..." ### - As well as the section "REINSTALL DEPENDENCIES" in the restore script ### - And the section "UPGRADE DEPENDENCIES" in the upgrade script -wget -O - https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | sudo apt-key add - +wget -O - https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | apt-key add - echo "deb [arch=amd64] https://repo.jellyfin.org/debian $( lsb_release -c -s ) main" >> /etc/apt/sources.list.d/jellyfin.list ynh_package_update