Pi-Hole/README.md
2023-09-06 01:27:34 +02:00

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
```