From f0a4f4462f02984f3e6133b03e9922046179d586 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 15:59:42 -0600 Subject: [PATCH] 1749851983 --- installer1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer1.sh b/installer1.sh index 6611431..937c0b5 100644 --- a/installer1.sh +++ b/installer1.sh @@ -14,7 +14,9 @@ echo "Updating Raspberry Pi firmware..." sudo rpi-update # run da raspberry pi config script -echo "Configuring Raspberry Pi..." +echo "Configure Raspberry Pi..." +echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\tenable \n\tkernel module loaded by default \n\nInterface Options->Serial Port\n\tWould you like a login shell to be accessible over │ + │ serial? \n\tWould you like the serial port hardware to be enabled? " sudo raspi-config echo "Part 1 done!"