Skip to content

Commit bece181

Browse files
committed
Remove os check hint
Signed-off-by: yubiuser <[email protected]>
1 parent ae7f53b commit bece181

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

docs/main/prerequisites.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -34,37 +34,6 @@ The following operating systems are **officially** supported:
3434

3535
Pi-hole only supports actively maintained versions of these systems.
3636

37-
<!-- markdownlint-disable code-block-style -->
38-
!!! info
39-
One of the first tasks the install script has is to determine your Operating System's compatibility with Pi-hole
40-
41-
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:
42-
43-
```bash
44-
[✗] Unsupported OS detected: Debian 16
45-
If you are seeing this message and you do have a supported OS, please contact support.
46-
47-
https://docs.pi-hole.net/main/prerequisites/#supported-operating-systems
48-
49-
If you wish to attempt to continue anyway, you can try one of the following commands to skip this check:
50-
51-
e.g: If you are seeing this message on a fresh install, you can run:
52-
curl -sSL https://install.pi-hole.net | sudo PIHOLE_SKIP_OS_CHECK=true bash
53-
54-
If you are seeing this message after having run pihole -up:
55-
sudo PIHOLE_SKIP_OS_CHECK=true pihole -r
56-
(In this case, your previous run of pihole -up will have already updated the local repository)
57-
58-
It is possible that the installation will still fail at this stage due to an unsupported configuration.
59-
If that is the case, you can feel free to ask the community on Discourse with the Community Help category:
60-
https://discourse.pi-hole.net/c/bugs-problems-issues/community-help/
61-
```
62-
63-
You can disable this check by setting an environment variable named `PIHOLE_SKIP_OS_CHECK` to `true`, however Pi-hole may have issues installing.
64-
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.
65-
66-
<!-- markdownlint-enable code-block-style -->
67-
6837
### IP Addressing
6938

7039
Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine).

0 commit comments

Comments
 (0)