Created
July 3, 2017 13:04
-
-
Save svenkrb/3134f3464fde1c185df6360f9151f9a2 to your computer and use it in GitHub Desktop.
newest adb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip | |
| sudo unzip -d /usr/local/sbin platform-tools-latest-linux.zip | |
| sudo wget -O /usr/local/sbin/adb https://raw.githubusercontent.com/NicolasBernaerts/ubuntu-scripts/master/android/adb | |
| sudo wget -O /usr/local/sbin/fastboot https://raw.githubusercontent.com/NicolasBernaerts/ubuntu-scripts/master/android/fastboot | |
| sudo chmod +x /usr/local/sbin/adb /usr/local/sbin/fastboot | |
| adb version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment