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