mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
minor - add sudo to some commands
This commit is contained in:
parent
33cd027727
commit
4f7684393a
1 changed files with 2 additions and 2 deletions
|
@ -76,12 +76,12 @@ $ sudo dnf install google-chrome-stable
|
||||||
If you want to install the Chrome Dev Channel version, use the following command:
|
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:
|
If you want to install Chrome Beta use the following:
|
||||||
|
|
||||||
----
|
----
|
||||||
# dnf install google-chrome-beta
|
$ sudo dnf install google-chrome-beta
|
||||||
----
|
----
|
||||||
====
|
====
|
||||||
|
|
Loading…
Reference in a new issue