diff --git a/setup.bash b/setup.bash index c65e80a..65a06fc 100644 --- a/setup.bash +++ b/setup.bash @@ -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