From 4f83c4a0d218a4466aa63b278a99446740729e12 Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Wed, 11 May 2016 15:09:14 -0600 Subject: [PATCH] Added support for latest Debian. --- setup.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.bash b/setup.bash index e12bbe9..c65e80a 100644 --- a/setup.bash +++ b/setup.bash @@ -96,6 +96,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then OS='ubuntu' + elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then + OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then OS='raspbian' elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then