diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-21 13:39:30 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-21 13:39:30 -0500 |
| commit | 6e2860306620181c89f614e8aa86d913d2db5e9d (patch) | |
| tree | ee10ed4a9f39dd24cdf4525e7e9e9da250cef896 /static/install/cli.html | |
| parent | 804c8385905641caca3d216eb3c37f0871be9a09 (diff) | |
fix typo
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 9f745ea5..ff494cdb 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -441,7 +441,7 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERS <pre>cmd /c 'ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s <var>DEVICE_NAME</var>-factory-<var>VERSION</var>.zip.sig < <var>DEVICE_NAME</var>-factory-<var>VERSION</var>.zip'</pre> - <p>This will producing the following output when successful:</p> + <p>This will produce the following output when successful:</p> <pre>Good "factory images" signature for contact@grapheneos.org with ED25519 key SHA256:AhgHif0mei+9aNyKLfMZBh2yptHdw/aN7Tlh/j2eFwM</pre> </section> |
