summaryrefslogtreecommitdiff
path: root/static/install/cli.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-08-06 09:20:18 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-08-06 12:00:32 -0400
commitff5968ba408af910074054dd497c6d9a0d9fccd6 (patch)
tree9dfb4a0293b0f3d6349180ffe284a2f040c7fb93 /static/install/cli.html
parent3c10c94beb6c82a15152e3bea78b4ea22e888a81 (diff)
use new factory images naming in CLI install guide
Diffstat (limited to 'static/install/cli.html')
-rw-r--r--static/install/cli.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index 6859171a..e8e46834 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -430,18 +430,18 @@ signify -V -m allowed_signers -x allowed_signers.sig -p factory.pub</pre>
page</a>. For example, to download the <code><var>VERSION</var></code> release for
a device with the codename <code><var>DEVICE_NAME</var></code>:</p>
- <pre>curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERSION</var>.zip
-curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERSION</var>.zip.sig</pre>
+ <pre>curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-install-<var>VERSION</var>.zip
+curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-install-<var>VERSION</var>.zip.sig</pre>
<p>Next, verify the factory images using the signature.</p>
<p>On Linux and macOS:</p>
- <pre>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 &lt; <var>DEVICE_NAME</var>-factory-<var>VERSION</var>.zip</pre>
+ <pre>ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s <var>DEVICE_NAME</var>-install-<var>VERSION</var>.zip.sig &lt; <var>DEVICE_NAME</var>-install-<var>VERSION</var>.zip</pre>
<p>On Windows:</p>
- <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 &lt; <var>DEVICE_NAME</var>-factory-<var>VERSION</var>.zip'</pre>
+ <pre>cmd /c 'ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s <var>DEVICE_NAME</var>-install-<var>VERSION</var>.zip.sig &lt; <var>DEVICE_NAME</var>-install-<var>VERSION</var>.zip'</pre>
<p>This will produce the following output when successful:</p>
@@ -458,15 +458,15 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERS
<p>On Linux:</p>
- <pre>bsdtar xvf <var>DEVICE_NAME</var>-factory-<var>VERSION</var>.zip</pre>
+ <pre>bsdtar xvf <var>DEVICE_NAME</var>-install-<var>VERSION</var>.zip</pre>
<p>On macOS and Windows:</p>
- <pre>tar xvf <var>DEVICE_NAME</var>-factory-<var>VERSION</var>.zip</pre>
+ <pre>tar xvf <var>DEVICE_NAME</var>-install-<var>VERSION</var>.zip</pre>
<p>Move into the directory:</p>
- <pre>cd <var>DEVICE_NAME</var>-factory-<var>VERSION</var></pre>
+ <pre>cd <var>DEVICE_NAME</var>-install-<var>VERSION</var></pre>
<p>Flash the images with the flash-all script in the directory.</p>