From 04141c6c9169abc87841c5002de6f543e2ee8deb Mon Sep 17 00:00:00 2001 From: Stanislas Date: Tue, 20 Aug 2019 21:01:35 +0200 Subject: [PATCH] Support Raspbian (#462) Fix #382 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index e234277..dfaf122 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -20,7 +20,7 @@ function checkOS () { OS="debian" source /etc/os-release - if [[ "$ID" == "debian" ]]; then + if [[ "$ID" == "debian" || "$ID" == "raspbian" ]]; then if [[ ! $VERSION_ID =~ (8|9|10) ]]; then echo "⚠️ Your version of Debian is not supported." echo ""