14 lines
248 B
Markdown
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
|
|
``` |