From bece1813040b83d3ff5994a0ef43fbd2f598c00d Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 28 Apr 2025 21:32:25 +0200 Subject: [PATCH] Remove os check hint Signed-off-by: yubiuser --- docs/main/prerequisites.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index c532d14..136fb13 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -34,37 +34,6 @@ The following operating systems are **officially** supported: Pi-hole only supports actively maintained versions of these systems. - -!!! info - One of the first tasks the install script has is to determine your Operating System's compatibility with Pi-hole - - It is possible that Pi-hole will install and run on variants of the above, but we cannot test them all. If you are using an operating system not on this list you may see the following message: - - ```bash - [✗] Unsupported OS detected: Debian 16 - 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/ - ``` - - You can disable this check by setting an environment variable named `PIHOLE_SKIP_OS_CHECK` to `true`, however Pi-hole may have issues installing. - If you choose to use this environment variable, please use the [Community Help](https://discourse.pi-hole.net/c/bugs-problems-issues/community-help/36) topic on Discourse to troubleshoot any installation issues you may (or may not!) have. - - - ### IP Addressing Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine).