diff --git a/install.sh b/install.sh index 38c1708..38d1515 100644 --- a/install.sh +++ b/install.sh @@ -172,7 +172,7 @@ function install_main(){ echo "Assuming yes" # else, ask if they want to continue else - echo "Continue? (y/n)" + echo "Continue? (y/N)" read answer # if the answer is not yes, then exit if [ "$answer" != "y" ]; then @@ -215,7 +215,7 @@ function install_main(){ echo "Assuming yes" # else, ask if they want to continue else - echo "Continue? (y/n)" + echo "Continue? (y/N)" read answer # if the answer is not yes, then exit if [ "$answer" != "y" ]; then