aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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