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'