Trying something

This commit is contained in:
Promofaux 2016-01-27 21:51:38 +00:00
parent b8f48d1bce
commit c16efd4491

View file

@ -340,7 +340,7 @@ checkForDependencies(){
case "$answer" in
[yY][eE][sS]|[yY] ) echo "::: Continuing!";;
* ) echo "::: Quitting install, please run 'curl -L install.pi-hole.net | bash' after updating packages!"
exit 1;;
exit 0;;
esac
fi