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-21 21:50:00 +02:00 committed by GitHub
parent 339d111274
commit c63fb63e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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