Running Raspbian 10 on a Pi 1+
Has been working perfectly
Actual Behaviour:
Today I decided to run updates - pihole -up
Got this error message after doing pihole -up: Unsupported OS detected: Raspbian 10 ....
Everything still seems to work EXCEPT I cannot access it via the web-interface.
When I go to http://192.168.0.XXX I now get 403 Forbidden
If I run curl -i http://localhost/admin/ I get the following:
I am guessing you can find Pi-Hole v6 @ http://localhost:8080/admin since the new webserver binds at port 8080 when 80 is in use by Apache/LigHTTPD/NginX/etc...
[β] Unsupported OS detected: Raspbian 10
If you are seeing this message and you do have a supported OS, please contact support.
https://docs.pi-hole.net/main/prerequisites/#supported-operating-systems
If you wish to attempt to continue anyway, you can try one of the following commands to skip this check:
e.g: If you are seeing this message on a fresh install, you can run:
curl -sSL https://install.pi-hole.net | sudo PIHOLE_SKIP_OS_CHECK=true bash
If you are seeing this message after having run pihole -up:
sudo PIHOLE_SKIP_OS_CHECK=true pihole -r
(In this case, your previous run of pihole -up will have already updated the local repository)
It is possible that the installation will still fail at this stage due to an unsupported configuration.
If that is the case, you can feel free to ask the community on Discourse with the Community Help category:
https://discourse.pi-hole.net/c/bugs-problems-issues/community-help/
Error: Unable to complete update, please contact support