Skip to content

Commit 567dd66

Browse files
committed
Use --skip-FTL flag instead of env variable
Signed-off-by: yubiuser <[email protected]>
1 parent 8945471 commit 567dd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/main/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Core part of Pi-hole is the FTL binary which does all the DNS handling. It's pro
5454
- riscv64
5555

5656
If you need another architecture, you need to compile [FTL from source](../ftldns/compile.md). To ease installation/upgrading you can set the
57-
environment variable `PIHOLE_SKIP_FTL_CHECK = true` in the same way as `PIHOLE_SKIP_OS_CHECK` for an unsupported OS (see above). Note that you need to copy the self-build binary to `/usr/bin/pihole-FTL` before you run the installer the first time.
57+
flag `--skipFTL` to the installer and upgrade command to skip the FTL binary check. Note that you need to copy the self-build binary to `/usr/bin/pihole-FTL` before you run the installer the first time.
5858

5959

6060
### IP Addressing

0 commit comments

Comments
 (0)