summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-05 13:55:53 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-05 13:55:53 -0400
commit8865819b15483bbec091574d87f598b00bd7a75f (patch)
tree1c753b52b84ee8bca9be74b51c8a9aac1f3468c3 /static
parentc9d6ed49255e355bb2a675ff1a4cffb7d7a508ec (diff)
install: use new factory images naming scheme
Diffstat (limited to 'static')
-rw-r--r--static/install.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/install.html b/static/install.html
index 6f9b72d1..9d83f4ab 100644
--- a/static/install.html
+++ b/static/install.html
@@ -249,11 +249,11 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre>
<p>Download the factory images for the device from <a href="/releases">the releases
page</a>. For example, to download the 2020.04.14.23 release for the Pixel 3 XL (crosshatch):</p>
- <pre>curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip
-curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig</pre>
+ <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>
<p>Verify the factory images using the signature:</p>
- <pre>signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig &amp;&amp; echo verified</pre>
+ <pre>signify -Cqp factory.pub -x crosshatch-factory-2020.05.05.02.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>
@@ -266,8 +266,8 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig
<p>Next, extract the factory images and move into the directory:</p>
- <pre>unzip crosshatch-factory-2020.04.14.23.zip
-cd crosshatch-qq2a.200405.005</pre>
+ <pre>unzip crosshatch-factory-2020.05.05.02.zip
+cd crosshatch-factory-2020.05.05.02</pre>
<p>Flash the images with the flash-all script in the directory. On Linux and macOS:</p>