From b7d5e39be656e2a1e29f07193c5c1c198cc6d6d7 Mon Sep 17 00:00:00 2001 From: clach04 Date: Sat, 8 Aug 2020 11:42:20 -0700 Subject: [PATCH] Mention pivpn Older Debian 9 supported with pivpn --- wireguard-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wireguard-install.sh b/wireguard-install.sh index d450d99..77018a5 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -35,6 +35,7 @@ function checkOS() { if [[ ${ID} == "debian" || ${ID} == "raspbian" ]]; then if [[ ${VERSION_ID} -ne 10 ]]; then echo "Your version of Debian (${VERSION_ID}) is not supported. Please use Debian 10 Buster" + echo "Or try https://github.com/pivpn/pivpn" exit 1 fi fi