diff --git a/setup-min.sh b/setup-min.sh index 775005b..189d790 100644 --- a/setup-min.sh +++ b/setup-min.sh @@ -92,10 +92,10 @@ elif [ "$(uname | grep -i 'Linux')" ]; then if [ "$(cat /etc/issue | grep -i 'Ubuntu')" ]; 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 'Raspbian')" ]; then + OS='raspbian' elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then OS='fedora' fi