Trying another thing

This commit is contained in:
Promofaux 2016-01-27 21:59:45 +00:00
parent c16efd4491
commit ea7592a8cc

View file

@ -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!";;