diff --git a/articles/fleet-desktop-on-fedora-and-debian.md b/articles/fleet-desktop-on-fedora-and-debian.md
index 69c22bd1d2..72f034a9f7 100644
--- a/articles/fleet-desktop-on-fedora-and-debian.md
+++ b/articles/fleet-desktop-on-fedora-and-debian.md
@@ -1,4 +1,4 @@
-# Enabling Fleet Desktop on Fedora, Debian, and OpenSUSE
+# Enabling Fleet Desktop on Fedora, Debian, and openSUSE
[Fleet Desktop](https://fleetdm.com/guides/fleet-desktop) is a menu bar icon for macOS, Linux, and Windows that gives end users visibility into how their device is managed by Fleet and functions as a self-service portal.
@@ -8,7 +8,7 @@ This article explains how admins can enable Fleet Desktop on Linux by using poli
## Policy and script execution
-The policy query defined in [check-fleet-desktop-extension-enabled.yml](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/policies/check-fleet-desktop-extension-enabled.yml) (from our Dogfood environment) checks if the extension needed for Fleet Desktop is installed and enabled on Fedora, Debian, and OpenSUSE hosts.
+The policy query defined in [check-fleet-desktop-extension-enabled.yml](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/policies/check-fleet-desktop-extension-enabled.yml) (from our Dogfood environment) checks if the extension needed for Fleet Desktop is installed and enabled on Fedora, Debian, and openSUSE hosts.
> NOTE: fleetd 1.41.0 is required (the policy query relies on a table added to that version).
Starting in version v4.58.0, Fleet supports running scripts to remediate failing policies (see the [Automatically run scripts](https://fleetdm.com/guides/policy-automation-run-script) article for more information). Admins can therefore configure Fleet to run [install-fleet-desktop-required-extension.sh](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/scripts/install-fleet-desktop-required-extension.sh) on devices where the policy detects the extension is missing ([check-fleet-desktop-extension-enabled.yml](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/policies/check-fleet-desktop-extension-enabled.yml) contains both the policy and remediation script).
@@ -36,5 +36,5 @@ After the extension is installed your users will see the Fleet icon on their men
-
+
diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md
index 57d10b3125..3fcf46b2b6 100644
--- a/docs/Get started/FAQ.md
+++ b/docs/Get started/FAQ.md
@@ -78,7 +78,7 @@ Fleet supports the following operating system versions on hosts.
| macOS | 14+ (Sonoma) |
| iOS/iPadOS | 17+ |
| Windows | Pro and Enterprise 10+, Server 2012+ |
-| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+, Amazon Linux 2+, Debian 11+, Red Hat Enterprise Linux (RHEL) 7+ |
+| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+, Amazon Linux 2+, Debian 11+, Red Hat Enterprise Linux (RHEL) 7+, openSUSE 15.6+ |
| ChromeOS | 112.0.5615.134+ |
| Android | 13+ |