Pi-Hole/README.md
b.waal e57ce7edc4 Update 'README.md'
Added requirements before running installer.sh
2023-09-06 02:21:14 +02:00

14 lines
287 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
```