forked from coolaj86/node-installer.sh
Added Trisquel support
This commit is contained in:
parent
1dc6e04c2b
commit
6f4a429a25
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue