Skip to content

Commit 8e60e74

Browse files
authored
Merge pull request #30515 from ctauchen/BZ1904295
BZ#1904295 Added `sudo` to a shell command that needs superuser privileges.
2 parents 6150b95 + b5e2baa commit 8e60e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation-user-infra-machines-iso.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ location of the disk you are installing to. Here is an example:
9090
+
9191
[source,terminal]
9292
----
93-
$ coreos-installer install \
93+
$ sudo coreos-installer install \
9494
--ignition-url=https://host/worker.ign /dev/sda
9595
----
9696

0 commit comments

Comments
 (0)