From 6f4a429a2536546d25dd040917f52bdc232779f4 Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Wed, 11 May 2016 15:23:51 -0600 Subject: [PATCH] Added Trisquel support --- setup.bash | 2 ++ 1 file changed, 2 insertions(+) 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