From f62a4c7c9937f19139f5431f0e00b339bb466ce8 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Sun, 3 Oct 2021 14:58:54 +0200 Subject: [PATCH] Update wireguard-install.sh --- wireguard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index d9db66a..9c2c82e 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -40,7 +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 + OS=debian # overwrite if raspbian fi elif [[ -e /etc/fedora-release ]]; then source /etc/os-release