12 lines
211 B
Markdown
12 lines
211 B
Markdown
# Pi-Hole
|
|
|
|
## Required packages:
|
|
```
|
|
wget, bash
|
|
```
|
|
|
|
## Running the installer:
|
|
```
|
|
wget https://raw.githubusercontent.com/Beeranco/PiAutomation/main/Installer.sh -O /tmp/installer.sh
|
|
bash /tmp/installer.sh
|
|
``` |