diff --git a/osdetect.sh b/osdetect.sh index fac30b9..c4f95cc 100644 --- a/osdetect.sh +++ b/osdetect.sh @@ -7,9 +7,9 @@ if [ "uname -r | grep -oE microsoft" = "microsoft" ] #exit elif [ "uname -a | grep -oE Darwin | tail -n1" = "Darwin" ] then + MAC=true #echo "${red}MacOS Not Supported!${reset}" 1>&2 #exit - MAC=true else : fi