From fe16a47cb60f85e1661e154cc47d6d8211e4e617 Mon Sep 17 00:00:00 2001 From: Joshua Mudge Date: Thu, 12 May 2016 17:54:15 -0600 Subject: [PATCH] Added support for Trisquel --- setup-min.sh | 2 ++ setup.bash | 2 ++ 2 files changed, 4 insertions(+) diff --git a/setup-min.sh b/setup-min.sh index 04b5261..0c71370 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -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 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