summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-11-09 14:59:19 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-11-09 14:59:19 -0500
commit5b24900a8f2fe925975ff392a049b15f2135bd92 (patch)
tree141f4bc2737d41baa4ca08c459f34fdc5736b26b
parentb163352eeff6f64018190358d50487a297cb353d (diff)
use Pixel 4a for install examples
-rw-r--r--static/install.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/static/install.html b/static/install.html
index c46faf35..840ef296 100644
--- a/static/install.html
+++ b/static/install.html
@@ -277,15 +277,15 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre>
When the current signing key is replaced, the new key will be signed with it.</p>
<p>Download the factory images for the device from <a href="/releases">the releases
- page</a>. For example, to download the 2020.05.05.02 release for the Pixel 3 XL (crosshatch):</p>
+ page</a>. For example, to download the 2020.11.05.18 release for the Pixel 4a (sunfish):</p>
- <pre>curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip
-curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig</pre>
+ <pre>curl -O https://releases.grapheneos.org/sunfish-factory-2020.11.05.18.zip
+curl -O https://releases.grapheneos.org/sunfish-factory-2020.11.05.18.zip.sig</pre>
<p>Verify the factory images using the signature if you were able to obtain
<code>signify</code> from trusted package repositories (see above):</p>
- <pre>signify -Cqp factory.pub -x crosshatch-factory-2020.05.05.02.zip.sig &amp;&amp; echo verified</pre>
+ <pre>signify -Cqp factory.pub -x sunfish-factory-2020.11.05.18.zip.sig &amp;&amp; echo verified</pre>
<p>This will output <code>verified</code> if verification is successful. If something
goes wrong, it will output an error message rather than <code>verified</code>.</p>
@@ -303,15 +303,15 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig
<p>On Linux:</p>
- <pre>unzip crosshatch-factory-2020.05.05.02.zip</pre>
+ <pre>unzip sunfish-factory-2020.11.05.18.zip</pre>
<p>On macOS and Windows:</p>
- <pre>tar xvf crosshatch-factory-2020.05.05.02.zip</pre>
+ <pre>tar xvf sunfish-factory-2020.11.05.18.zip</pre>
<p>Move into the directory:</p>
- <pre>cd crosshatch-factory-2020.05.05.02</pre>
+ <pre>cd sunfish-factory-2020.11.05.18</pre>
<p>Flash the images with the flash-all script in the directory.</p>