1
0

Update setup.bash

Este cometimento está contido em:
mathwhiz1212 2016-05-11 13:19:40 -06:00
ascendente 5e7cfb7a6c
cometimento dd245698aa

Ver ficheiro

@ -92,6 +92,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
if [ "$(cat /etc/issue | grep -i 'Ubuntu')" ]; then
OS='ubuntu'
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