From 33b9236a86864f1f3ecdeb48232cde316e0e2d93 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 11 Aug 2024 04:28:08 +0200 Subject: [PATCH] Switch to using pirogue.gpg This adds support for multiple keys (see pirogue-archive-keyring's introduction). Link: https://github.com/PiRogueToolSuite/deb-packages/pull/33 Link: https://github.com/PiRogueToolSuite/debian-12/pull/7 --- raspberrypi/recipes/pi3-pi4.sh | 2 +- raspberrypi/recipes/pi5.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/raspberrypi/recipes/pi3-pi4.sh b/raspberrypi/recipes/pi3-pi4.sh index 2d4d65e..e85e7c1 100644 --- a/raspberrypi/recipes/pi3-pi4.sh +++ b/raspberrypi/recipes/pi3-pi4.sh @@ -32,5 +32,5 @@ 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 + chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.gpg https://pts-project.org/debian-12/pirogue.gpg } diff --git a/raspberrypi/recipes/pi5.sh b/raspberrypi/recipes/pi5.sh index d606cb9..3a36d44 100644 --- a/raspberrypi/recipes/pi5.sh +++ b/raspberrypi/recipes/pi5.sh @@ -32,7 +32,7 @@ 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 + chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.gpg https://pts-project.org/debian-12/pirogue.gpg ### BEGIN: Pi 5 section