1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 04:50:49 +00:00

Fix installation on Raspbian systems

This commit is contained in:
Andrei Pampukha 2021-09-08 09:11:22 +02:00
parent 574cc06b31
commit 55d335ddce

View File

@ -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
fi
elif [[ -e /etc/fedora-release ]]; then
source /etc/os-release