diff --git a/setup-min.sh b/setup-min.sh index 6b599a9..775005b 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -94,6 +94,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then OS='raspbian' + elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then + OS='ubuntu' elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then OS='fedora' fi