mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
18 lines
240 B
Markdown
18 lines
240 B
Markdown
# Pi-hole
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# One-step automated install.
|
|
curl -sSL 'https://install.pi-hole.net' | bash
|
|
|
|
# Update Graviton's DB.
|
|
pihole -g
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- Pi-hole's [repository]
|
|
|
|
[repository]: https://github.com/pi-hole/pi-hole
|