diff --git a/scripts/upgrade b/scripts/upgrade index ad09a8b..615d966 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 #=================================================