Update setup-min.sh

Bu işleme şunda yer alıyor:
mathwhiz1212 2016-05-11 13:20:06 -06:00
ebeveyn dd245698aa
işleme 9974599f73

Dosyayı Görüntüle

@ -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