Added Trisquel support

This commit is contained in:
mathwhiz1212 2016-05-11 15:23:51 -06:00
parent 1dc6e04c2b
commit 6f4a429a25
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
OS='raspbian'
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then