From cc92bc3d3bdb16465cb48d9c7562d578aa4ce4a6 Mon Sep 17 00:00:00 2001 From: angristan Date: Tue, 20 Aug 2019 00:30:29 +0200 Subject: [PATCH] Support Raspbian Fix #382 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 92ecfab..11667b6 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 ""