19 lines
374 B
Markdown
19 lines
374 B
Markdown
# Pi-Hole
|
|
|
|
## Required packages:
|
|
```
|
|
Alpine: apk add wget bash newt grep
|
|
|
|
Debian: apt install wget whiptail ca-certificates -y
|
|
```
|
|
|
|
## 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
|
|
```
|
|
|
|
## This script uses the following repo's as dependencies:
|
|
```
|
|
Unattended-Upgrades
|
|
``` |