Skip to content

Commit d9d9277

Browse files
committed
better feedback
1 parent 024a5db commit d9d9277

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

iiab

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ else
9494
echo -e "WARNING: This Can Take More Than An Hour, depending on Internet speed, CPU,"
9595
echo -e "temperature, and the speed of your microSD card.\n"
9696

97-
echo -e "\n\nInstalling Internet-in-a-Box requires $CONFDIR/local_vars.yml\n"
97+
echo -e "To exit without any changes please type e then press [ENTER]\\n"
98+
99+
echo -e "Installing Internet-in-a-Box requires $CONFDIR/local_vars.yml"
100+
echo -e "Exit to supply a pre-edited local_vars.yml type 0 then press [ENTER]\\n"
98101

99102
echo -e "Do you want (1) 🚵 MIN-sized (2) 🚢🚣 MEDIUM-sized or (3) 🚂🚃🚃 BIG-sized?"
100103
echo -e "Or (m) for 🚑 MEDICAL? YOU NEED 2 GB RAM OR HIGHER, IF YOU CHOOSE (3)\n"
101-
102-
echo -e "To exit without any changes please type e then press [ENTER]"
103-
echo -e "Exit to supply a pre-edited local_vars.yml type 0 then press [ENTER]"
104104
echo -n "Please type 1, 2, 3 or m for your selection then press [ENTER]: "
105105

106106
read local_vars_size < /dev/tty

0 commit comments

Comments
 (0)