From acaeb063699dc152bdafbdbf08652e1419fb14e4 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 1 May 2021 01:33:21 +0500 Subject: [PATCH] added password reset for WSL --- osdetect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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