diff --git a/README.md b/README.md index 4a75f76..fbbe382 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ PATH=~/.nexustools:$PATH These commands will download the selected script and run it. The script will download the files it needs during runtime, so it requires an internet connection. The script works on both Mac OS X and Linux (as long as the curl package is installed). -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. - --------------------------------------- __Alternate Install__ diff --git a/bin/linux-i386-adb b/bin/linux-i386-adb index ae0ccf4..32d1b28 100755 Binary files a/bin/linux-i386-adb and b/bin/linux-i386-adb differ diff --git a/bin/linux-i386-fastboot b/bin/linux-i386-fastboot index 5babe88..fd8bb1e 100755 Binary files a/bin/linux-i386-fastboot and b/bin/linux-i386-fastboot differ diff --git a/bin/mac-adb b/bin/mac-adb index 64649a4..fc5c801 100755 Binary files a/bin/mac-adb and b/bin/mac-adb differ diff --git a/bin/mac-fastboot b/bin/mac-fastboot index 1ce858d..60b3e08 100755 Binary files a/bin/mac-fastboot and b/bin/mac-fastboot differ