Added android detection
This commit is contained in:
parent
edb2c62487
commit
f6ff6cab57
@ -10,6 +10,9 @@ elif [ "uname -a | grep -oE Darwin | tail -n1" = "Darwin" ]
|
|||||||
MAC=true
|
MAC=true
|
||||||
#echo "${red}MacOS Not Supported!${reset}" 1>&2
|
#echo "${red}MacOS Not Supported!${reset}" 1>&2
|
||||||
#exit
|
#exit
|
||||||
|
elif [ "uname -a | grep -oE Android" = "Android" ]
|
||||||
|
then
|
||||||
|
ANDROID=true
|
||||||
else
|
else
|
||||||
:
|
:
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user