From 33cd0277275b65c6945a8a3981db341f5974b80c Mon Sep 17 00:00:00 2001 From: Peter Lilley Date: Sat, 16 Jan 2021 23:19:58 +1100 Subject: [PATCH] Chrome Dev and Beta channel info --- .../_partials/proc_installing-chromium-web-browser.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc b/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc index ecd5d1b..3c3846e 100644 --- a/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc +++ b/modules/ROOT/pages/_partials/proc_installing-chromium-web-browser.adoc @@ -68,18 +68,18 @@ $ sudo dnf config-manager --set-enabled google-chrome . Finally, install Chrome: + ---- -$ sudo dnf install google-chrome +$ sudo dnf install google-chrome-stable ---- [NOTE] ==== -If you want to install unstable Google Chrome version, use the following command: +If you want to install the Chrome Dev Channel version, use the following command: ---- # dnf install google-chrome-unstable ---- -If you want to install stable Google Chrome version using the following command: +If you want to install Chrome Beta use the following: ---- # dnf install google-chrome-beta