Compare commits
9 Commits
master
...
pull/4/mas
Author | SHA1 | Date |
---|---|---|
mathwhiz1212 | 63317c29b0 | |
mathwhiz1212 | 6f4a429a25 | |
mathwhiz1212 | 1dc6e04c2b | |
mathwhiz1212 | 4f83c4a0d2 | |
mathwhiz1212 | 9d6adbef9d | |
mathwhiz1212 | 54b89d6c3f | |
mathwhiz1212 | 9974599f73 | |
mathwhiz1212 | dd245698aa | |
mathwhiz1212 | 5e7cfb7a6c |
|
@ -92,6 +92,14 @@ 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 'elementary OS')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
|
||||
OS='raspbian'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then
|
||||
|
|
|
@ -92,6 +92,14 @@ 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 'elementary OS')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
|
||||
OS='raspbian'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then
|
||||
|
|
Loading…
Reference in New Issue