From 63317c29b0288d8d3e428bb304879e2fe1148e18 Mon Sep 17 00:00:00 2001 From: mathwhiz1212 Date: Wed, 11 May 2016 15:24:40 -0600 Subject: [PATCH] Added Trisquel support --- setup-min.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-min.sh b/setup-min.sh index 4e39fc4..0c71370 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -96,7 +96,9 @@ elif [ "$(uname | grep -i 'Linux')" ]; then OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then 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' elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then OS='raspbian'