Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
80b466f4
Commit
80b466f4
authored
Jan 03, 2016
by
Igor Pečovnik
Browse files
pi hole
parent
5a5050ae
Changes
2
Show whitespace changes
Inline
Side-by-side
functions.sh
View file @
80b466f4
...
...
@@ -98,6 +98,7 @@ $DIALOG --backtitle "Micro home server (c) Igor Pecovnik" \
"CUPS"
"Printing"
off
\
"Scanner"
"Control your scanner with buttons + OCR"
off
\
"Rpi monitor"
"Status page and statistics"
off
\
"Pi hole"
"Ad blocker"
off
\
"Transmission"
"Torrent downloading"
off
\
"ISPConfig"
"WWW, PHP, SQL, SMTP, IMAP, POP3"
off 2>
$tempfile
...
...
install.sh
View file @
80b466f4
...
...
@@ -69,6 +69,9 @@ do
if
[
"
$i
"
==
"Rpi monitor"
]
;
then
install_rpimonitor
fi
if
[
"
$i
"
==
"Ad blocker"
]
;
then
curl
-L
install.pi-hole.net | bash
fi
if
[
"
$i
"
==
"Transmission"
]
;
then
install_transmission
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment