Installer should handle input in the same way everywhere
Description
On first run, all answers to the console for setting up the system require an Enter at the end of each answer, except for one question. That is on
Set user language based on your location? [Y/n]
When answering with `n` and Enter, the Enter is interpreted as an answer to the next question, the locale. This prompts again all locales as it is interpreted as an empty answer.
Hence, after y or n of the question above, an enter should be required. This also gives the user the opportunity to change the answer and not directly continue.
On first run, all answers to the console for setting up the system require an Enter at the end of each answer, except for one question. That is on
Set user language based on your location? [Y/n]
When answering with `n` and Enter, the Enter is interpreted as an answer to the next question, the locale. This prompts again all locales as it is interpreted as an empty answer.
Hence, after y or n of the question above, an enter should be required. This also gives the user the opportunity to change the answer and not directly continue.
Raised by: https://github.com/PanderMusubi
https://github.com/armbian/build/issues/5015