Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- CI | Amiberry: Fix RPi repo for 64-bit builds, as we have a Bookworm suite now, but not Trixie suite yet
  • Loading branch information
MichaIng committed Oct 29, 2023
1 parent 7a74d40 commit 6341dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/software/Amiberry/container_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ G_CONFIG_INJECT 'CONFIG_CHECK_CONNECTION_IP=' 'CONFIG_CHECK_CONNECTION_IP=127.0.
[[ $PLATFORM != 'rpi'[34]'-64-dmx' ]] || cat << _EOF_ > rootfs/boot/Automation_Custom_Script.sh || exit 1
#!/bin/dash
echo '[ INFO ] Setting up RPi APT repository...'
echo 'deb https://archive.raspberrypi.org/debian/ ${DISTRO/bookworm/bullseye} main' > /etc/apt/sources.list.d/raspi.list
echo 'deb https://archive.raspberrypi.org/debian/ ${DISTRO/trixie/bookworm} main' > /etc/apt/sources.list.d/raspi.list
curl -sSf 'https://archive.raspberrypi.org/debian/pool/main/r/raspberrypi-archive-keyring/raspberrypi-archive-keyring_2021.1.1+rpt1_all.deb' -o /tmp/keyring.deb
dpkg -i /tmp/keyring.deb
rm -v /tmp/keyring.deb
Expand Down

0 comments on commit 6341dfb

Please sign in to comment.