This commit is contained in:
2025-10-14 16:32:28 -06:00
parent f719320ddd
commit 8b9d72fff8
+1 -1
View File
@@ -245,7 +245,7 @@ phase_two () {
# run da raspberry pi config script # run da raspberry pi config script
clear clear
echo -e "\nConfigure Raspberry Pi... DO NOT REBOOT\n" echo -e "\nConfigure Raspberry Pi... DO NOT REBOOT\n"
echo -e "\nEnable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Would you like the ARM I2C interface to be enabled? <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\nAdvanced Options\n\tExpand Filesystem\n\nWould you like to reboot now? <No>" echo -e "\nUpdate this tool\n\nEnable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Would you like the ARM I2C interface to be enabled? <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\nAdvanced Options\n\tExpand Filesystem\n\nWould you like to reboot now? <No>"
read -p "Press ENTER to Continue" read -p "Press ENTER to Continue"
sudo raspi-config sudo raspi-config