mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Mention pivpn
Older Debian 9 supported with pivpn
This commit is contained in:
parent
315646ae12
commit
b7d5e39be6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue