From 74bdd9a5d79af1053b6910afb579c12fb7de8e26 Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 21 Jul 2020 23:04:31 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1e19e86..e55701c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,9 +47,9 @@ esac # INSTALL JELLYFIN #============================================== -apt-get install -y "$final_path"/jellyfin-ffmpeg.deb -apt-get install -y "$final_path"/jellyfin-server.deb -apt-get install -y "$final_path"/jellyfin-web.deb +dpkg --install "$final_path"/jellyfin-ffmpeg.deb +dpkg --install "$final_path"/jellyfin-server.deb +dpkg --install "$final_path"/jellyfin-web.deb rm "$final_path"/*.deb #=================================================