Update setup-min.sh
This commit is contained in:
parent
9163e8e4e5
commit
5e7cfb7a6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue