Pi-Hole/README.md
2023-09-06 01:29:22 +02:00

14 lines
248 B
Markdown

# Pi-Hole
## Required packages:
```
Alpine: wget bash newt grep
Debian: wget whiptail
```
## Running the installer:
```
wget https://git.ictcorpnet.com/b.waal/Pi-Hole/raw/branch/main/Installer.sh -O /tmp/installer.sh
bash /tmp/installer.sh
```