Update wireguard-install.sh

This commit is contained in:
Stanislas 2021-10-03 14:58:54 +02:00 committed by GitHub
parent 55d335ddce
commit f62a4c7c99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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