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"