Update Installer-with-debug

This commit is contained in:
Ace 2018-10-01 21:54:06 +02:00 committed by GitHub
parent fdae81cafd
commit cca4b42992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,7 @@
echo -e "\e[1mWhich version of the E-Paper display are you using?" echo -e "\e[1mWhich version of the E-Paper display are you using?"
echo -e "\e[97mEnter \e[91m2 \e[97m if you are using the 2-Colour E-Paper" 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 -e "\e[97mEnter \e[91m3 \e[97m if you are using the 3-Colour E-Paper"
echo "confirm your selection with [ENTER]" echo -e "\e[97mconfirm your selection with [ENTER]"
read -r -p 'Please type in the number now: ' digit read -r -p 'Please type in the number now: ' digit
if [ -z "$digit" ]; then if [ -z "$digit" ]; then