Commit e55e5993 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Add VPN server to selection

parent 5cd5b352
...@@ -98,6 +98,7 @@ $DIALOG --backtitle "Micro home server (c) Igor Pecovnik" \ ...@@ -98,6 +98,7 @@ $DIALOG --backtitle "Micro home server (c) Igor Pecovnik" \
"TV headend" "TV streaming / proxy" off \ "TV headend" "TV streaming / proxy" off \
"Syncthing" "Personal cloud @syncthing.net" off \ "Syncthing" "Personal cloud @syncthing.net" off \
"CUPS" "Printing" off \ "CUPS" "Printing" off \
"VPN server" "VPN server" 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 \ "Pi hole" "Ad blocker" off \
......
...@@ -63,6 +63,9 @@ do ...@@ -63,6 +63,9 @@ do
if [ "$i" == "CUPS" ] ; then if [ "$i" == "CUPS" ] ; then
install_cups install_cups
fi fi
if [ "$i" == "VPN server" ] ; then
install_vpn_server
fi
if [ "$i" == "Scanner" ] ; then if [ "$i" == "Scanner" ] ; then
install_scaner_and_scanbuttons install_scaner_and_scanbuttons
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