diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-14 12:19:50 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-14 12:19:50 -0500 |
| commit | d2da1793b5ca7431554f3fc1c15000050055b4a6 (patch) | |
| tree | 3cfb78f464104e6d668cbac64659fbe67d38919e /static/install/cli.html | |
| parent | a6e3d4bf85492e79fac4da8454cce093a5faaab5 (diff) | |
remove trailing whitespace
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 341f1a82..c6eb3e9e 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -308,17 +308,17 @@ Installed as /home/username/platform-tools/fastboot</pre> <section id="working-around-fwupd-bug-on-linux-distributions"> <h2><a href="#working-around-fwupd-bug-on-linux-distributions">Working around fwupd bug on Linux distributions</a></h2> - <p>Some Debian, Ubuntu, and derivative distributions have an outdated fwupd package - with a bug breaking connecting to Android's bootloader interface (fastboot) while - fwupd is running since it tries to connect to arbitrary devices. This section can - be skipped on Arch Linux and other distributions with fwupd 1.9.10 or later since + <p>Some Debian, Ubuntu, and derivative distributions have an outdated fwupd package + with a bug breaking connecting to Android's bootloader interface (fastboot) while + fwupd is running since it tries to connect to arbitrary devices. This section can + be skipped on Arch Linux and other distributions with fwupd 1.9.10 or later since we reported the bug and it was fixed. This never impacted Android or ChromeOS.</p> <p>Check your fwupd version with the following command:</p> <pre>apt-cache policy fwupd</pre> - <p>If you have a fwupd version earlier than 1.9.10, you can stop fwupd with the + <p>If you have a fwupd version earlier than 1.9.10, you can stop fwupd with the following command:</p> <pre>sudo systemctl stop fwupd.service</pre> |
