From 9974599f731b50870df22463610e212cd2cbf450 Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Wed, 11 May 2016 13:20:06 -0600 Subject: [PATCH] Update setup-min.sh --- setup-min.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-min.sh b/setup-min.sh index 775005b..189d790 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -92,10 +92,10 @@ elif [ "$(uname | grep -i 'Linux')" ]; then if [ "$(cat /etc/issue | grep -i 'Ubuntu')" ]; then OS='ubuntu' - elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then - OS='raspbian' 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 OS='fedora' fi