From 4eccc5c807c0821c1f83eaee771b11e5cfea012e Mon Sep 17 00:00:00 2001 From: Joshua Mudge Date: Thu, 12 May 2016 17:47:58 -0600 Subject: [PATCH] Added Linux Mint support --- setup-min.sh | 2 ++ setup.bash | 2 ++ 2 files changed, 4 insertions(+) diff --git a/setup-min.sh b/setup-min.sh index 6b599a9..189d790 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -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 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