From 1fdfabf09575eb794b7330a9fc87f6a8d825cff7 Mon Sep 17 00:00:00 2001 From: rslurry <112521174+rslurry@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:49:29 -0500 Subject: [PATCH] Generalized install info related to fwupd bug on Debian-based distros --- static/install/web.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/static/install/web.html b/static/install/web.html index bdc4873b..c31b1914 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -54,7 +54,7 @@
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