diff --git a/raspberrypi/recipes/pi3-pi4.sh b/raspberrypi/recipes/pi3-pi4.sh index 34d1d28..9960358 100644 --- a/raspberrypi/recipes/pi3-pi4.sh +++ b/raspberrypi/recipes/pi3-pi4.sh @@ -19,7 +19,7 @@ toast_me() { rm -f $MNT/etc/ssh/ssh_host_* chroot $MNT systemctl enable ssh # Change the hostname - echo "127.0.0.1 pirogue.local pirogue" >> $MNT/etc/hosts + echo "127.0.1.1 pirogue.local pirogue" >> $MNT/etc/hosts echo "::1 pirogue.local pirogue" >> $MNT/etc/hosts echo "pirogue" > $MNT/etc/hostname # Add PTS PPA