mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Update upgrade
This commit is contained in:
parent
9d8e333863
commit
6dd64be548
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue