Skip to content

Commit

Permalink
v9.1
Browse files Browse the repository at this point in the history
- DiePi-Pre-patches | Syntax
  • Loading branch information
MichaIng committed Feb 1, 2024
1 parent 611f346 commit 9de58e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .update/pre-patches
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,11 @@ fi
if (( $G_DIETPI_VERSION_CORE < 9 || ( $G_DIETPI_VERSION_CORE == 9 && $G_DIETPI_VERSION_SUB < 1 ) ))
then
# RPi/ARMv6 container Trixie
elif [[ $G_DISTRO -ge 8 && -f '/etc/apt/sources.list.d/raspi.list' ]]
if [[ $G_DISTRO -ge 8 && -f '/etc/apt/sources.list.d/raspi.list' ]]
then
G_DIETPI-NOTIFY 2 'Adding FFmpeg workaround for RPi Trixie systems'
G_EXEC eval 'echo -e '\''Package: src:ffmpeg\nPin: origin archive.raspberrypi.com\nPin-Priority: -1'\'' > /etc/apt/preferences.d/dietpi-ffmpeg'
fi
fi
fi

exit 0
Expand Down

0 comments on commit 9de58e6

Please sign in to comment.