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
339d111274
commit
c63fb63e23
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue