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
This commit is contained in:
Cyril Brulebois 2024-08-11 04:28:08 +02:00
parent 9846b9ee03
commit 33b9236a86
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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