After running curl -sSL https://install.pi-hole.net | bash , choosing "custom" DNS (set to 1.1.1.1, and 1.0.0.1) (it appears Cloudflare isn't a provided option anymore?). I didn't notice any errors during installation.
Expected Behaviour:
I would be able to customize the installation and/or start using the pihole
Actual Behaviour:
No domains can be resolved.
pi@pihole:~ $ curl https://install.pi-hole.net
curl: (6) Could not resolve host: install.pi-hole.net
pi@pihole:~ $ sudo service dnsmasq status -l
Unit dnsmasq.service could not be found.
Debug Token:
pi@pihole:~ $ pihole -d
-bash: pihole: command not found
Based on the help for another similar looking issue, I tried hitting manually adding the following to /etc/hosts so apt-get could work:
93.93.128.193 raspbian.raspberrypi.org
46.235.227.11 archive.raspberrypi.org
173.209.34.162 raspbian.mirror.colo-serv.net
Note : I just saw RamSet's post as I was writing this. I'll try his suggestion first
ok, I reran the install script and it looks like FTL installation worked (!)
I don't know if it matters too much (since it seems like things are working now) but any idea what I might have done to have it fail the first time?
Most of them are due to failed DNS resolution during install (where dependencies are requested and DNS resolution is either not active or failing and they are not served because of it ).