diff --git a/install-stage1.sh b/install-stage1.sh index b17021d..0e27ca9 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -10,7 +10,7 @@ function press_any_key { } function are_you_really_really_sure { - echo "Enter the following to continue: $1" + echo "Enter the following exactly to continue: $1" read -p "> " DISCARD_ME echo "" if [ "$1" = "$DISCARD_ME" ]; then