Skip to content

Instantly share code, notes, and snippets.

@developer-vs
Created May 22, 2018 20:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developer-vs/1ffec4231d1c63091806ae026b17d895 to your computer and use it in GitHub Desktop.
Save developer-vs/1ffec4231d1c63091806ae026b17d895 to your computer and use it in GitHub Desktop.
This script will update adb & fastboot to the latest version
#!/bin/bash
wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip
unzip \platform-tools-latest-linux.zip
sudo cp platform-tools/adb /usr/bin/adb
sudo cp platform-tools/fastboot /usr/bin/fastboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment