diff --git a/Installer-with-debug b/Installer-with-debug index e627baa..652e258 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -9,7 +9,7 @@ echo -e "\e[97mEnter \e[91m2 \e[97m if you are using the 2-Colour E-Paper" echo -e "\e[97mEnter \e[91m3 \e[97m if you are using the 3-Colour E-Paper" echo "confirm your selection with [ENTER]" -read -r digit +read -r -p 'Please type in the number now: ' digit if [ -z "$digit" ]; then echo "You didn't enter anything."