1749852652

This commit is contained in:
2025-06-13 16:10:52 -06:00
parent ce61bf7d9e
commit f67bfc0f5f
+1
View File
@@ -14,6 +14,7 @@ echo "Updating Raspberry Pi firmware..."
sudo rpi-update sudo rpi-update
# run da raspberry pi config script # run da raspberry pi config script
clear
echo "Configure Raspberry Pi..." 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? <Yes>\n\tkernel module loaded by default <Yes>\n\nInterface Options->Serial Port\n\tWould you like a login shell to be accessible over serial? <No>\n\tWould you like the serial port hardware to be enabled? <Yes>\n" echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Would you like the ARM I2C interface to be enabled? <Yes>\n\tkernel module loaded by default <Yes>\n\nInterface Options->Serial Port\n\tWould you like a login shell to be accessible over serial? <No>\n\tWould you like the serial port hardware to be enabled? <Yes>\n"
read -p "Press ENTER to Continue" read -p "Press ENTER to Continue"