From 9f8dc8aef7678fc9ca8dbc21015f0ab258c7eaf3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 1 May 2020 17:23:12 -0400 Subject: [PATCH] update sample fastboot version --- static/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/install.html b/static/install.html index 7e2bb8c6..b0efe1e6 100644 --- a/static/install.html +++ b/static/install.html @@ -128,12 +128,12 @@ standalone platform-tools release, extract it and add it to your PATH in the current shell. For example:

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

Sample output from fastboot --version afterwards:

-
fastboot version 29.0.6-6198805
+            
fastboot version 30.0.0-6374843
 Installed as /home/username/downloads/platform-tools/fastboot