diff --git a/static/install/cli.html b/static/install/cli.html index 89734df24..d746d8e69 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -308,13 +308,18 @@

Flashing as non-root

Working around fwupd bug on Linux distributions

-

Debian stable and Ubuntu 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.

+

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.

-

You can stop fwupd with the following command:

+

Check your fwupd version with the following command:

+ +
apt-cache policy fwupd
+ +

If you have a fwupd version earlier than 1.9.10, you can stop fwupd with the + following command:

sudo systemctl stop fwupd.service