aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndréi Pampukha <andrei.pampukha@gmx.net>2021-10-03 14:59:40 +0200
committerGitHub <noreply@github.com>2021-10-03 14:59:40 +0200
commit5f4c2f8a389017fcffa8f1b53add02a9b014b224 (patch)
tree4baebce1252a8864573ac0f659a39f14c7b44178
parent574cc06b31c73cb3b57ffb51b0b025052be69886 (diff)
Fix installation on Raspbian systems (#271)
Co-authored-by: Andrei Pampukha <andrei.pampukha@citynetwork.eu> Co-authored-by: Stanislas <stanislas.lange@pm.me>
-rw-r--r--wireguard-install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/wireguard-install.sh b/wireguard-install.sh
index 9a893c7..9c2c82e 100644
--- a/wireguard-install.sh
+++ b/wireguard-install.sh
@@ -40,6 +40,7 @@ function checkOS() {
echo "Your version of Debian (${VERSION_ID}) is not supported. Please use Debian 10 Buster or later"
exit 1
fi
+ OS=debian # overwrite if raspbian
fi
elif [[ -e /etc/fedora-release ]]; then
source /etc/os-release