From 9f2fd41b35e3557b1c0fdac7c6dd948d76d085b4 Mon Sep 17 00:00:00 2001 From: Exponent64 <259167702+Exponent64@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:00:35 +0100 Subject: [PATCH] Update FAQ --- content/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/FAQ.md b/content/FAQ.md index 7df89c8..1f4b605 100644 --- a/content/FAQ.md +++ b/content/FAQ.md @@ -240,7 +240,7 @@ secureblue prevents [numerous modules](https://github.com/secureblue/secureblue/ 3. For CLI packages, you can install from brew if available using `brew install`. You can browse this [catalogue of Homebrew Formulae](https://formulae.brew.sh) to discover the available formulae. 4. If a package isn't available via the other two options, or if a package requires greater system integration, `rpm-ostree install` can be used to layer rpms directly into your subsequent deployments. -You can add the unfiltered Flathub repo with `ujust enable-flathub-unfiltered`. +You can add the unfiltered Flathub remote with `ujust set-flathub-unfiltered on`. ### [How do I install my VPN?](#vpn) {: #vpn}