Added Trisquel support
This commit is contained in:
parent
6f4a429a25
commit
63317c29b0
|
@ -96,7 +96,9 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
|
||||||
OS='ubuntu'
|
OS='ubuntu'
|
||||||
elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then
|
elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then
|
||||||
OS='ubuntu'
|
OS='ubuntu'
|
||||||
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
|
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
|
||||||
|
OS='ubuntu'
|
||||||
|
elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; then
|
||||||
OS='ubuntu'
|
OS='ubuntu'
|
||||||
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
|
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
|
||||||
OS='raspbian'
|
OS='raspbian'
|
||||||
|
|
Loading…
Reference in New Issue