minor - add sudo to some commands

This commit is contained in:
Peter Lilley 2021-01-17 07:55:59 +11:00
parent 33cd027727
commit 4f7684393a

View file

@ -76,12 +76,12 @@ $ sudo dnf install google-chrome-stable
If you want to install the Chrome Dev Channel version, use the following command:
----
# dnf install google-chrome-unstable
$ sudo dnf install google-chrome-unstable
----
If you want to install Chrome Beta use the following:
----
# dnf install google-chrome-beta
$ sudo dnf install google-chrome-beta
----
====