From 2c322757637c14df72ff76b85b999851c8d52ade Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 11 Nov 2019 19:07:53 -0500 Subject: [PATCH] update fastboot version --- static/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/install.html b/static/install.html index 4440735f..e31f7fe6 100644 --- a/static/install.html +++ b/static/install.html @@ -108,12 +108,12 @@ standalone platform-tools release, extract it and add it to your PATH in the current shell. For example:

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

Sample output from fastboot --version afterwards:

-
fastboot version 29.0.4-5871666
+            
fastboot version 29.0.5-5949299
 Installed as /home/username/downloads/platform-tools/fastboot

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