One problem with Galaxy installation on Windows Subsystem Linux

Hi, everyone. I need your help.
My system is Windows Subsystem Linux (WSL). I would like to install a local galaxy for bioinformatics analysis. I am following the instruction as below:
$git clone -b release_21.01 https://github.com/galaxyproject/galaxy.git
$cd galaxy
$sh run.sh
When I use “sh run.sh”, I enountered an error as the attached picture show:

/mnt/f/galaxy/galaxy$ sh run.sh
: not found
: not found
: not found
run.sh: 10: cd: can’t cd to .
: not found
run.sh: 12: .: Can’t open ./scripts/common_startup_functions.sh

galaxy

I don’t know what’s wrong with it. I have tried google, but still could not solve the problem. Could someone help me? thank you.

I guest first change to home directory before git clone may work:
$cd ~
$git clone -b release_21.01 GitHub - galaxyproject/galaxy: Data intensive science for everyone.
$cd galaxy
$sh run.sh