From 02daa57524d7648ad309c8d19af4bddfbc1fd8c2 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 16:02:17 -0600 Subject: [PATCH] 1749852137 --- installer1.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installer1.sh b/installer1.sh index 937c0b5..c65f7ac 100644 --- a/installer1.sh +++ b/installer1.sh @@ -15,8 +15,9 @@ sudo rpi-update # run da raspberry pi config script 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? " +echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Would you like the ARM I2C interface to be enabled? \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? \n" +read -p "Press ENTER to Continue" sudo raspi-config echo "Part 1 done!"