Added PIVPN
Added pivpn install question
This commit is contained in:
parent
1f2d77047f
commit
613fbabe04
10
setup.sh
10
setup.sh
|
@ -109,3 +109,13 @@ if [[ -d "/etc/lighttpd" ]];then
|
||||||
else
|
else
|
||||||
#echo No
|
#echo No
|
||||||
fi
|
fi
|
||||||
|
echo -e "${ITALICGREEN}PIVPN${ENDCOLOR}" is the simplest way to setup and manage a VPN
|
||||||
|
read -p "Install pivpn?(y/n) " answer
|
||||||
|
case ${answer:0:1} in
|
||||||
|
y|Y )
|
||||||
|
curl -L https://install.pivpn.io | bash
|
||||||
|
;;
|
||||||
|
* )
|
||||||
|
echo -e PiVPN "${BOLDRED} NOT${ENDCOLOR} " installed
|
||||||
|
;;
|
||||||
|
esac
|
Loading…
Reference in New Issue
Block a user