summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-05-16 03:02:35 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-05-16 03:02:35 -0400
commit8e815b1045cadee3290c74ea1bcb54b63ad37edb (patch)
treeff8f2a93a22ca6de32b531847414279a1be19d5d /static
parent3ecae4a7868a87f40184fdaa1618d94b0d236a5c (diff)
document 34.0.1 as minimum recommended fastboot
Diffstat (limited to 'static')
-rw-r--r--static/install/cli.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index 01674f26..b4685647 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -220,7 +220,7 @@
<p>You need an updated copy of the <code>fastboot</code> tool and the
directory containing it needs to be included in the <code>PATH</code>
environment variable. You can run <code>fastboot --version</code> to determine
- the current version. It must be at least <code>33.0.3</code>. You can use a
+ the current version. It must be at least <code>34.0.1</code>. You can use a
distribution package for this, but most of them mistakenly package development
snapshots of fastboot, clobber the standard version scheme for platform-tools
(adb, fastboot, etc.) with their own scheme and don't keep it up-to-date
@@ -231,10 +231,6 @@
<pre>sudo pacman -S android-tools</pre>
- <p>The Arch Linux package must be <code>33.0.3-3</code> or later since earlier
- versions had partially outdated code and therefore didn't work with the Pixel 7
- and Pixel 7 Pro.</p>
-
<p>Debian and Ubuntu do not have a usable package for fastboot. Their packages for
these tools are both broken and many years out-of-date. Follow the instructions
below for platforms without a proper package.</p>