From b8c89fe0fca8ffc2cf05d2cf8e3c9d70bb960f07 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 6 Aug 2019 00:18:25 -0400 Subject: [PATCH] update platform-tools version --- static/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/install.html b/static/install.html index 81e5c684..f20252cf 100644 --- a/static/install.html +++ b/static/install.html @@ -98,12 +98,12 @@ standalone platform-tools release, extract it and add it to your PATH in the current shell. For example:

-
unzip platform-tools_r29.0.1-linux.zip
+            
unzip platform-tools_r29.0.2-linux.zip
 export PATH="$PWD/platform-tools:$PATH"

Sample output from fastboot --version afterwards:

-
fastboot version 29.0.1-5644136
+            
fastboot version 29.0.2-5738569
 Installed as /home/username/downloads/platform-tools/fastboot

Don't proceed with the installation process until this is set up properly in your