From d2da1793b5ca7431554f3fc1c15000050055b4a6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 14 Feb 2025 12:19:50 -0500 Subject: [PATCH] remove trailing whitespace --- static/install/cli.html | 10 +++++----- static/install/web.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 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

Working around fwupd bug on Linux distributions

-

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 +

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.

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 +

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

sudo systemctl stop fwupd.service
diff --git a/static/install/web.html b/static/install/web.html index 29dfb364..4a72cb2f 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -200,17 +200,17 @@

Working around fwupd bug on Linux distributions

-

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 +

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.

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 +

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

sudo systemctl stop fwupd.service