mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
upgrade: add --allow-downgrade because apt decided bullseye > bookworm
This commit is contained in:
parent
19946c0359
commit
f703cb514c
1 changed files with 4 additions and 4 deletions
|
@ -44,8 +44,8 @@ install_jellyfin_packages() {
|
|||
ynh_setup_source --dest_dir="$tempdir" --source_id="server_$debian"
|
||||
|
||||
|
||||
# Install the packages
|
||||
ynh_package_install \
|
||||
# Install the packages. Allow downgrades because apt decided bullseye > bookworm
|
||||
ynh_package_install --allow-downgrades \
|
||||
"$tempdir/jellyfin-web.deb" \
|
||||
"$tempdir/jellyfin-server.deb"
|
||||
|
||||
|
@ -54,8 +54,8 @@ install_jellyfin_packages() {
|
|||
ynh_package_remove "jellyfin-ffmpeg5"
|
||||
fi
|
||||
|
||||
# Install the packages
|
||||
ynh_package_install \
|
||||
# Install the packages. Allow downgrades because apt decided bullseye > bookworm
|
||||
ynh_package_install --allow-downgrades \
|
||||
"${tempdir}/jellyfin-ffmpeg6.deb"
|
||||
|
||||
# The doc says it should be called only once,
|
||||
|
|
Loading…
Add table
Reference in a new issue