From 9d6adbef9d1a0683a422b16eb9303d7e9edf9073 Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Wed, 11 May 2016 13:35:50 -0600 Subject: [PATCH] Add elementary OS support. --- setup-min.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-min.sh b/setup-min.sh index 189d790..9288adb 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -94,6 +94,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then OS='ubuntu' + elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then + OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then OS='raspbian' elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then