From ececa7847b17e0896d75ac41898be24c2ead24e3 Mon Sep 17 00:00:00 2001 From: SimMac Date: Tue, 1 Mar 2016 16:31:08 +0100 Subject: [PATCH] v3.2.1: Small adjustments for new aapt-branch. --- README.md | 6 +++++- install.sh | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f3c0b3..ca236d4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Last updated: 1.3.2016 | adb version: 1.0.32 Revision eac51f2bb6a8-android ------------------------ Installs the adb and fastboot binaries for OS X and Linux. +If you need the aapt as well, please switch to branch [`aapt`](https://github.com/simmac/minimal_adb_fastboot/tree/aapt) or download the zip [here](https://github.com/simmac/minimal_adb_fastboot/archive/aapt.zip). + Do the following steps: - Download the zip - unzip it @@ -30,7 +32,9 @@ Changelog: - 2.0.0 | 14.03.2015 Added Linux support! (experimental, feedback very welcome!) - 3.0.0 | 31.05.2015 Improved code quality and readability a lot by rewriting the whole script and using functions. Added the arguments *uninstall*, *adb* and *fastboot*. **Changed the installation path on OS X to /usr/local/bin !** - 3.1.0 | 05.10.2015 Updated to newest v23 binaries. Required for Android Marshmallow on flounder. -- **3.2.0** | 01.03.2016 Checks if installation directory exists before running the script +- 3.2.0 | 01.03.2016 Checks if installation directory exists before running the script +- **3.2.1** | 01.03.2016 new branch with aapt-binaries, added aapt-unnstaller + Support Thread: ---------------- diff --git a/install.sh b/install.sh index e0d27c4..90b5287 100755 --- a/install.sh +++ b/install.sh @@ -106,7 +106,8 @@ function uninstall () { sudo rm -f $INSTALLPATH/adb sudo rm -f $INSTALLPATH/fastboot - + sudo rm -f $INSTALLPATH/aapt + if [ -f "$INSTALLPATH/adb" ] || [ -f "$INSTALLPATH/fastboot" ]; then return 1; else