read key disabled to allow automatic install

This commit is contained in:
openoms
2019-02-03 19:44:40 +00:00
parent 649b1a16f8
commit ddfa458c4b
2 changed files with 3 additions and 2 deletions

View File

@@ -546,7 +546,8 @@ echo "IMPORTANT IF WANT TO MAKE A RELEASE IMAGE FROM THIS BUILD:"
echo "login once after reboot without HDD and run 'XXprepareRelease.sh'" echo "login once after reboot without HDD and run 'XXprepareRelease.sh'"
echo "" echo ""
echo "Press ENTER to install LCD and reboot ..." echo "Press ENTER to install LCD and reboot ..."
read key # don`t stop automatic install
# read key
# give Raspi a default hostname (optional) # give Raspi a default hostname (optional)
sudo raspi-config nonint do_hostname "RaspiBlitz" sudo raspi-config nonint do_hostname "RaspiBlitz"