Skip to content

Commit 950f339

Browse files
committed
Add architecture binary information to the prerequisites
Signed-off-by: yubiuser <[email protected]>
1 parent 9c86b64 commit 950f339

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/main/pihole-command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ When invoked manually, this command will allow you to empty Pi-hole's log, which
8080

8181
| | |
8282
| -------------- | -------------- |
83-
| Help Command | N/A |
83+
| Help Command | N/A |
8484
| Script Location | [`/opt/pihole/piholeNetworkFlush.sh`](https://github.com/pi-hole/pi-hole/blob/master/advanced/Scripts/piholeNetworkFlush.sh) |
85-
| Example Usage | [`pihole networkflush --arp`](https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738#flushing-the-log) |
85+
| Example Usage | [`pihole networkflush --arp`](https://discourse.pi-hole.net/t/the-pihole-command-with-examples/738#flushing-the-log) |
8686

8787
This command empties Pi-hole's network table. If the optional `--arp` is given, the ARP table will also be cleared.
8888

docs/main/prerequisites.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ The binary `pihole-FTL`, which is the resolver at the heart of Pi-hole, is pre-b
5454
- armv8 (aarch64)
5555
- riscv64
5656

57-
For other architectures, you will need to compile [FTL from source](../ftldns/compile.md) yourself.
57+
For other architectures, you will need to compile [FTL from source](../ftldns/compile.md) yourself. To ease installation/upgrading you can set the
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.
5859

5960
## IP Addressing
6061

0 commit comments

Comments
 (0)