diff --git a/raspberrypi/recipes/pi3-pi4.sh b/raspberrypi/recipes/pi3-pi4.sh index 815e8a6..f2bf8a3 100644 --- a/raspberrypi/recipes/pi3-pi4.sh +++ b/raspberrypi/recipes/pi3-pi4.sh @@ -31,8 +31,8 @@ toast_me() { echo "pirogue" > $MNT/etc/hostname # 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.gpg https://pts-project.org/debian-12/pirogue.gpg + chroot $MNT wget -O /etc/apt/sources.list.d/pirogue.list https://pts-project.org/debian-12-virogue/pirogue.list + chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.gpg https://pts-project.org/debian-12-virogue/pirogue.gpg # Make initial installation easier on users: install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts diff --git a/raspberrypi/recipes/pi5.sh b/raspberrypi/recipes/pi5.sh index 4a2b3d4..ec62889 100644 --- a/raspberrypi/recipes/pi5.sh +++ b/raspberrypi/recipes/pi5.sh @@ -31,8 +31,8 @@ toast_me() { echo "pirogue" > $MNT/etc/hostname # 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.gpg https://pts-project.org/debian-12/pirogue.gpg + chroot $MNT wget -O /etc/apt/sources.list.d/pirogue.list https://pts-project.org/debian-12-virogue/pirogue.list + chroot $MNT wget -O /etc/apt/trusted.gpg.d/pirogue.gpg https://pts-project.org/debian-12-virogue/pirogue.gpg # Make initial installation easier on users: install -m 755 -o root -g root files/avoid-debconf-prompts $MNT/root/avoid-debconf-prompts