mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
15 lines
205 B
Markdown
15 lines
205 B
Markdown
# Pi-hole
|
|
|
|
## TL;DR
|
|
|
|
```shell
|
|
# 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
|