Support Raspbian

Fix #382
This commit is contained in:
angristan 2019-08-20 00:30:29 +02:00
parent de021b67d5
commit cc92bc3d3b

View file

@ -20,7 +20,7 @@ function checkOS () {
OS="debian"
source /etc/os-release
if [[ "$ID" == "debian" ]]; then
if [[ "$ID" == "debian" || "$ID" == "raspbian" ]]; then
if [[ ! $VERSION_ID =~ (8|9|10) ]]; then
echo "⚠️ Your version of Debian is not supported."
echo ""