mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-15 16:24:24 +00:00
15 lines
202 B
Markdown
15 lines
202 B
Markdown
# Pi-hole
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# one-step automated install
|
|
curl -sSL https://install.pi-hole.net | bash
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- Pi-hole's [repository]
|
|
|
|
[repository]: https://github.com/pi-hole/pi-hole
|