From ea7592a8cc194e6d820014b404957a599d3d901a Mon Sep 17 00:00:00 2001 From: Promofaux Date: Wed, 27 Jan 2016 21:59:45 +0000 Subject: [PATCH] Trying another thing --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index d626f666..37f28ca4 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -334,8 +334,8 @@ checkForDependencies(){ echo "::: Please consider running 'sudo apt-get upgrade' before continuing with installation" echo ":::" #add in a prompt to give users the option to quit installation or continue - echo -n "::: Would you like to continue with the pi-hole installation? (Y/n):" - read answer + #echo -n "::: Would you like to continue with the pi-hole installation? (Y/n):" + read -p "::: Would you like to continue with the pi-hole installation? (Y/n):" answer case "$answer" in [yY][eE][sS]|[yY] ) echo "::: Continuing!";;