Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- CI | Amiberry: Fix applying APT preferences
  • Loading branch information
MichaIng committed Oct 29, 2023
1 parent 9d7a8de commit dd4a5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/software/Amiberry/container_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ curl -sSf 'https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-archiv
dpkg -i /tmp/keyring.deb
rm -v /tmp/keyring.deb
_EOF_
# Enforcing Debian Trixie FFmpeg packages over RPi repo ones
[[ $DISTRO != 'trixie' ]] || cat << '_EOF_' > /etc/apt/preferences.d/dietpi-ffmpeg || exit 1
# Enforce Debian Trixie FFmpeg packages over RPi repo ones
[[ $DISTRO != 'trixie' ]] || cat << '_EOF_' > rootfs/etc/apt/preferences.d/dietpi-ffmpeg || exit 1
Package: src:ffmpeg
Pin: origin archive.raspberrypi.org
Pin-Priority: -1
Expand Down

0 comments on commit dd4a5a9

Please sign in to comment.