Adding adb for wsl2
This commit is contained in:
parent
5b2975510f
commit
b7fd37ba13
@ -146,6 +146,7 @@ if grep -qEi "(Microsoft|WSL)" /proc/version &> /dev/null
|
|||||||
then
|
then
|
||||||
echo -e "${green} * ${nc} WSL env detected ..."
|
echo -e "${green} * ${nc} WSL env detected ..."
|
||||||
export DISPLAY=:0.0
|
export DISPLAY=:0.0
|
||||||
|
alias adb="/mnt/c/Android/android-sdk/platform-tools/adb.exe"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "Ready${green}!${nc}"
|
echo -e "Ready${green}!${nc}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user