Commit 80b466f4 authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

pi hole

parent 5a5050ae
...@@ -98,6 +98,7 @@ $DIALOG --backtitle "Micro home server (c) Igor Pecovnik" \ ...@@ -98,6 +98,7 @@ $DIALOG --backtitle "Micro home server (c) Igor Pecovnik" \
"CUPS" "Printing" off \ "CUPS" "Printing" off \
"Scanner" "Control your scanner with buttons + OCR" off \ "Scanner" "Control your scanner with buttons + OCR" off \
"Rpi monitor" "Status page and statistics" off \ "Rpi monitor" "Status page and statistics" off \
"Pi hole" "Ad blocker" off \
"Transmission" "Torrent downloading" off \ "Transmission" "Torrent downloading" off \
"ISPConfig" "WWW, PHP, SQL, SMTP, IMAP, POP3" off 2> $tempfile "ISPConfig" "WWW, PHP, SQL, SMTP, IMAP, POP3" off 2> $tempfile
......
...@@ -69,6 +69,9 @@ do ...@@ -69,6 +69,9 @@ do
if [ "$i" == "Rpi monitor" ] ; then if [ "$i" == "Rpi monitor" ] ; then
install_rpimonitor install_rpimonitor
fi fi
if [ "$i" == "Ad blocker" ] ; then
curl -L install.pi-hole.net | bash
fi
if [ "$i" == "Transmission" ] ; then if [ "$i" == "Transmission" ] ; then
install_transmission install_transmission
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment