Add elementary OS support.

This commit is contained in:
mathwhiz1212 2016-05-11 13:35:50 -06:00
parent 54b89d6c3f
commit 9d6adbef9d
1 changed files with 2 additions and 0 deletions

View File

@ -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