1
0
Fork 0
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:
liberodark 2020-07-29 13:08:15 +02:00 committed by GitHub
parent 9d8e333863
commit 6dd64be548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================