From f67bfc0f5f379b148e5258fc38dea66354ee55e2 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 16:10:52 -0600 Subject: [PATCH] 1749852652 --- installer1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer1.sh b/installer1.sh index d611bb1..6fa1d48 100644 --- a/installer1.sh +++ b/installer1.sh @@ -14,6 +14,7 @@ echo "Updating Raspberry Pi firmware..." sudo rpi-update # run da raspberry pi config script +clear echo "Configure Raspberry Pi..." 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"