added password reset for WSL
This commit is contained in:
parent
c4f3d63927
commit
acaeb06369
@ -7,9 +7,9 @@ if [ "uname -r | grep -oE microsoft" = "microsoft" ]
|
|||||||
#exit
|
#exit
|
||||||
elif [ "uname -a | grep -oE Darwin | tail -n1" = "Darwin" ]
|
elif [ "uname -a | grep -oE Darwin | tail -n1" = "Darwin" ]
|
||||||
then
|
then
|
||||||
|
MAC=true
|
||||||
#echo "${red}MacOS Not Supported!${reset}" 1>&2
|
#echo "${red}MacOS Not Supported!${reset}" 1>&2
|
||||||
#exit
|
#exit
|
||||||
MAC=true
|
|
||||||
else
|
else
|
||||||
:
|
:
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user