From c3ac952d2ab0ca8581addca379559342864db167 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:57:05 -0500 Subject: [PATCH 1/2] Currently, Fleet Desktop for Kubuntu requires Google Chrome --- docs/Get started/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md index d5da69c95996..c380d0a3cc15 100644 --- a/docs/Get started/FAQ.md +++ b/docs/Get started/FAQ.md @@ -94,7 +94,7 @@ If a table is not available for your host, Fleet will generally handle things be Fleet Desktop is supported on Ubuntu and Fedora. -Fedora requires a [gnome extension](https://extensions.gnome.org/extension/615/appindicator-support/) and Google Chrome for Fleet Desktop. +Fedora and some flavors of Ubuntu (e.g. Kubuntu) requires a [gnome extension](https://extensions.gnome.org/extension/615/appindicator-support/) and Google Chrome for Fleet Desktop. Fleet's default (un)install scripts use `apt-get` for Debian-based distributions, and `dnf` for Red Hat-based distributions. To install packages on CentOS versions prior to 8, either add `dnf` or edit install and uninstall scripts to use the `yum` or `rpm` command. From 86b130957ac373d26b4ca2df2d8dea568fa01636 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Mon, 16 Dec 2024 17:50:36 -0600 Subject: [PATCH 2/2] Update docs/Get started/FAQ.md --- docs/Get started/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md index c380d0a3cc15..10d4afe9f235 100644 --- a/docs/Get started/FAQ.md +++ b/docs/Get started/FAQ.md @@ -94,7 +94,7 @@ If a table is not available for your host, Fleet will generally handle things be Fleet Desktop is supported on Ubuntu and Fedora. -Fedora and some flavors of Ubuntu (e.g. Kubuntu) requires a [gnome extension](https://extensions.gnome.org/extension/615/appindicator-support/) and Google Chrome for Fleet Desktop. +Fedora and some flavors of Ubuntu (e.g. Kubuntu) require a [gnome extension](https://extensions.gnome.org/extension/615/appindicator-support/) and Google Chrome for Fleet Desktop. Fleet's default (un)install scripts use `apt-get` for Debian-based distributions, and `dnf` for Red Hat-based distributions. To install packages on CentOS versions prior to 8, either add `dnf` or edit install and uninstall scripts to use the `yum` or `rpm` command.