Adding adb for wsl2

This commit is contained in:
Gerardo J. Puerta 2022-09-08 08:35:21 -05:00
parent 5b2975510f
commit b7fd37ba13

View File

@ -146,6 +146,7 @@ if grep -qEi "(Microsoft|WSL)" /proc/version &> /dev/null
then
echo -e "${green} * ${nc} WSL env detected ..."
export DISPLAY=:0.0
alias adb="/mnt/c/Android/android-sdk/platform-tools/adb.exe"
fi
echo -e "Ready${green}!${nc}"