added password reset for WSL

This commit is contained in:
Shihaam Abdul Rahman 2021-05-01 01:33:21 +05:00
parent c4f3d63927
commit acaeb06369

View File

@ -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