0

[Docs] Update command to download adb_remote_setup.sh

TBR=timurrrr@chromium.org
BUG=570163

Review URL: https://codereview.chromium.org/1529383003

Cr-Commit-Position: refs/heads/master@{#365849}
This commit is contained in:
andybons
2015-12-17 09:52:22 -08:00
committed by Commit bot
parent 640ba1d2d7
commit a716a1b949

@ -88,7 +88,7 @@ Copy /tools/android/adb_remote_setup.sh to your laptop, then run it.
adb_remote_setup.sh updates itself, so you only need to copy it once.
```shell
laptop$ curl "http://src.chromium.org/svn/trunk/src/tools/android/adb_remote_setup.sh" > adb_remote_setup.sh
laptop$ curl -sSf "https://chromium.googlesource.com/chromium/src.git/+/master/tools/android/adb_remote_setup.sh?format=TEXT | base64 --decode > adb_remote_setup.sh
laptop$ chmod +x adb_remote_setup.sh
laptop$ ./adb_remote_setup.sh <desktop_hostname> <path_to_adb_on_desktop>
```