Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- CI | DietPi-Software: Apply RPi Trixie FFmpeg workaround when enforcing RPi repo test
  • Loading branch information
MichaIng committed Oct 30, 2023
1 parent 02afdd2 commit 781c758
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,12 @@ then
G_EXEC curl -sSf 'https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-archive-keyring/raspberrypi-archive-keyring_2021.1.1+rpt1_all.deb' -o keyring.deb
G_EXEC dpkg --root=rootfs -i keyring.deb
G_EXEC rm keyring.deb
# 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
_EOF_
fi

# Workaround invalid TERM on login
Expand Down

0 comments on commit 781c758

Please sign in to comment.