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
e55e5993
Commit
e55e5993
authored
Feb 17, 2016
by
Igor Pecovnik
Browse files
Add VPN server to selection
parent
5cd5b352
Changes
2
Hide whitespace changes
Inline
Side-by-side
functions.sh
View file @
e55e5993
...
...
@@ -98,6 +98,7 @@ $DIALOG --backtitle "Micro home server (c) Igor Pecovnik" \
"TV headend"
"TV streaming / proxy"
off
\
"Syncthing"
"Personal cloud @syncthing.net"
off
\
"CUPS"
"Printing"
off
\
"VPN server"
"VPN server"
off
\
"Scanner"
"Control your scanner with buttons + OCR"
off
\
"Rpi monitor"
"Status page and statistics"
off
\
"Pi hole"
"Ad blocker"
off
\
...
...
install.sh
View file @
e55e5993
...
...
@@ -63,6 +63,9 @@ do
if
[
"
$i
"
==
"CUPS"
]
;
then
install_cups
fi
if
[
"
$i
"
==
"VPN server"
]
;
then
install_vpn_server
fi
if
[
"
$i
"
==
"Scanner"
]
;
then
install_scaner_and_scanbuttons
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