diff --git a/setup.sh b/setup.sh index d1b5dfb..99e67ea 100644 --- a/setup.sh +++ b/setup.sh @@ -108,4 +108,14 @@ if [[ -d "/etc/lighttpd" ]];then esac else #echo No -fi \ No newline at end of file +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 \ No newline at end of file