[TOOL] [LINUX/MAC] Nexus Tools 2.8 (Featured by XDA)

Status
Not open for further replies.

corbin052198

Senior Member
Feb 26, 2012
130
235
0
corbin.cc


Nexus Tools is an installer for the Android debug/development command-line tools ADB (Android Device Bridge) and Fastboot for Mac OS X and Linux. The script does not need to be downloaded, simply copy and paste this command into the terminal and run it to install ADB/Fastboot:

Code:
bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)
and this command to un-install Nexus Tools:

Code:
bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/uninstall.sh)
Nexus Tools requires sudo privileges to install/uninstall the adb and fastboot tools to /usr/local/bin, so they can be run without typing the full directory. Nexus Tools is licensed under the GPLv3 license, and the source code is at the GitHub project below.

If you have a problem with Nexus Tools, leave a reply below or as an issue on the GitHub project!

GitHub Project
XDA News Article
 
Last edited:

corbin052198

Senior Member
Feb 26, 2012
130
235
0
corbin.cc
New in Nexus Tools 2.8:
  • (Hopefully) fixed all problems on Mac OS X 10.11 El Capitan
  • Changed installation directory to /usr/local/bin/
  • Removed Mac OS X 10.11 warnings
  • Now downloads binaries over HTTPS
 
Status
Not open for further replies.