diff --git a/setup-min.sh b/setup-min.sh index 0c71370..d6e52d5 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -100,6 +100,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; then OS='ubuntu' + elif [ "$(cat /etc/issue | grep -i 'Zorin')" ]; 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 65a06fc..853999d 100644 --- a/setup.bash +++ b/setup.bash @@ -100,6 +100,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; then OS='ubuntu' + elif [ "$(cat /etc/issue | grep -i 'Zorin')" ]; then + OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then OS='raspbian' elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then