From dd245698aaa1f926f105b72456bb6342679a8900 Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Wed, 11 May 2016 13:19:40 -0600 Subject: [PATCH] Update setup.bash --- setup.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.bash b/setup.bash index c82caa7..db28120 100644 --- a/setup.bash +++ b/setup.bash @@ -92,6 +92,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then if [ "$(cat /etc/issue | grep -i 'Ubuntu')" ]; then OS='ubuntu' + elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then + OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then OS='raspbian' elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then