From 54b89d6c3ff41bd824b30846562cae266624848a Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Wed, 11 May 2016 13:32:42 -0600 Subject: [PATCH] Add elementary OS support It is the same as ubuntu for the purpose of this script. --- setup.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.bash b/setup.bash index db28120..e12bbe9 100644 --- a/setup.bash +++ b/setup.bash @@ -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