mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-28 17:13: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 "::: Please consider running 'sudo apt-get upgrade' before continuing with installation"
|
||||||
echo ":::"
|
echo ":::"
|
||||||
#add in a prompt to give users the option to quit installation or continue
|
#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):"
|
#echo -n "::: Would you like to continue with the pi-hole installation? (Y/n):"
|
||||||
read answer
|
read -p "::: Would you like to continue with the pi-hole installation? (Y/n):" answer
|
||||||
|
|
||||||
case "$answer" in
|
case "$answer" in
|
||||||
[yY][eE][sS]|[yY] ) echo "::: Continuing!";;
|
[yY][eE][sS]|[yY] ) echo "::: Continuing!";;
|
||||||
|
|
Loading…
Reference in a new issue