Added android detection

This commit is contained in:
Shihaam Abdul Rahman 2021-05-01 04:38:03 +05:00
parent edb2c62487
commit f6ff6cab57

View File

@ -10,6 +10,9 @@ elif [ "uname -a | grep -oE Darwin | tail -n1" = "Darwin" ]
MAC=true
#echo "${red}MacOS Not Supported!${reset}" 1>&2
#exit
elif [ "uname -a | grep -oE Android" = "Android" ]
then
ANDROID=true
else
:
fi