diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-11-16 06:18:30 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-11-16 06:18:30 -0500 |
| commit | fedb4ec1cfeb5b1a1336886812f6f4205bb67668 (patch) | |
| tree | d2fa8bfd614b6e9e2a6e7656fddb4350f37ae6e5 /static/install | |
| parent | c8f45c57e2b5d672a97465680d5f5fd3b8a92d14 (diff) | |
retract recommendation to use Arch android-tools
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/cli.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 53056ca7..35977711 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -226,10 +226,16 @@ (adb, fastboot, etc.) with their own scheme and don't keep it up-to-date despite that being crucial.</p> + <!-- <p>On Arch Linux, install <code>android-tools</code> and skip the section below on using the standalone release of platform-tools from Android:</p> <pre>sudo pacman -S android-tools</pre> + --> + + <p><strong>Arch Linux currently includes a broken build of fastboot in the + android-tools package incompatible with the Pixel 7 and Pixel 7 Pro so our + recommendation to use their package has been temporarily retracted.</strong></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 |
