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