Skip to content

Commit b9006f0

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

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
@@ -55,7 +55,7 @@ Core part of Pi-hole is the FTL binary which does all the DNS handling. It's pro
5555
- riscv64
5656

5757
If you need another architecture, you need to compile [FTL from source](../ftldns/compile.md). To ease installation/upgrading you can set the
58-
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.
58+
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.
5959

6060

6161
### Binary architecture

0 commit comments

Comments
 (0)