Mention pivpn

Older Debian 9 supported with pivpn
This commit is contained in:
clach04 2020-08-08 11:42:20 -07:00 committed by GitHub
parent 315646ae12
commit b7d5e39be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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