diff --git a/raspberrypi/recipes/pi5.sh b/raspberrypi/recipes/pi5.sh index 2d4d65e..f187b43 100644 --- a/raspberrypi/recipes/pi5.sh +++ b/raspberrypi/recipes/pi5.sh @@ -33,4 +33,33 @@ toast_me() { # Add PTS PPA chroot $MNT wget -O /etc/apt/sources.list.d/pirogue.list https://pts-project.org/debian-12/pirogue.list chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.asc https://pts-project.org/debian-12/Key.gpg + + ### BEGIN: Pi 5 section + + # Configure Raspberry Pi repository + cat > $MNT/etc/apt/sources.list.d/raspberrypi.list < $MNT/etc/apt/preferences.d/pirogue.pref <