mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Fix: Ensure dependency over the jellyfin packages on a hard version to prevent upgrades
This commit is contained in:
parent
fca163a3be
commit
acb61d8922
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@ install_jellyfin_packages() {
|
|||
ynh_exec_warn_less dpkg --force-confdef --force-confnew -i $tempdir/jellyfin-ffmpeg.deb
|
||||
ynh_exec_warn_less dpkg --force-confdef --force-confnew -i $tempdir/jellyfin-server.deb
|
||||
ynh_exec_warn_less dpkg --force-confdef --force-confnew -i $tempdir/jellyfin-web.deb
|
||||
|
||||
# The doc says it should be called only once,
|
||||
# but the code says multiple calls are supported.
|
||||
# Also, they're already installed so that should be quasi instantaneous.
|
||||
ynh_install_app_dependencies \
|
||||
jellyfin-ffmpeg="$ffmpeg_pkg_version" \
|
||||
jellyfin-server="$pkg_version" \
|
||||
jellyfin-web="$pkg_version"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue