Update config-manager instructions in modules/ROOT/pages/installing-chromium-or-google-chrome-browsers.adoc

This commit is contained in:
anthony heikkinen 2025-02-05 09:19:42 +00:00
parent 34082ef7d2
commit d16a9016b9

View file

@ -89,6 +89,11 @@ $ sudo dnf install fedora-workstation-repositories
. Enable the Google Chrome repo:
+
----
$ sudo dnf config-manager setopt google-chrome.enabled=1
----
For Fedora 40 and older:
----
$ sudo dnf config-manager --set-enabled google-chrome
----
+