From ca000cd8cfe62f2554b16d9ab53218fe3b3534be Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 28 Feb 2020 23:58:01 -0500 Subject: [PATCH] update example fastboot version --- static/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/install.html b/static/install.html index e6822bc7..849ee718 100644 --- a/static/install.html +++ b/static/install.html @@ -111,12 +111,12 @@ standalone platform-tools release, extract it and add it to your PATH in the current shell. For example:

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

Sample output from fastboot --version afterwards:

-
fastboot version 29.0.5-5949299
+            
fastboot version 29.0.6-6198805
 Installed as /home/username/downloads/platform-tools/fastboot

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