mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-28 09:03:17 +00:00
Trying another thing
This commit is contained in:
parent
c16efd4491
commit
ea7592a8cc
1 changed files with 2 additions and 2 deletions
|
@ -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!";;
|
||||
|
|
Loading…
Reference in a new issue