Merge branch 'pirogue-archive-keyring'

Conflicts:
	raspberrypi/recipes/pi3-pi4.sh
This commit is contained in:
Cyril Brulebois 2024-08-15 12:56:45 +02:00
commit 18b57694d8
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ toast_me() {
# Add PTS PPA # 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/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
# Make initial installation easier on users: # Make initial installation easier on users:
install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts

View File

@ -32,7 +32,7 @@ toast_me() {
# Add PTS PPA # 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/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
# Make initial installation easier on users: # Make initial installation easier on users:
install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts