diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-16 13:06:29 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-16 13:06:29 -0500 |
| commit | 9abbafe8693c1bea36e8a0f5e8cc066d3754ebd2 (patch) | |
| tree | d461642504759e44bb1e852de8c1ea78ec7d63ed | |
| parent | e49077aaba1b01bc2c91ff959788274a6f32cedf (diff) | |
update example version for install page
| -rw-r--r-- | static/install.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/install.html b/static/install.html index cec092d0..9e91412c 100644 --- a/static/install.html +++ b/static/install.html @@ -280,15 +280,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.11.05.18 release for the Pixel 4a (sunfish):</p> + page</a>. For example, to download the 2020.12.12.03 release for the Pixel 4a (sunfish):</p> - <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> + <pre>curl -O https://releases.grapheneos.org/sunfish-factory-2020.12.12.03.zip +curl -O https://releases.grapheneos.org/sunfish-factory-2020.12.12.03.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 sunfish-factory-2020.11.05.18.zip.sig && echo verified</pre> + <pre>signify -Cqp factory.pub -x sunfish-factory-2020.12.12.03.zip.sig && 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> @@ -304,15 +304,15 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2020.11.05.18.zip.sig</p <p>On Linux:</p> - <pre>unzip sunfish-factory-2020.11.05.18.zip</pre> + <pre>unzip sunfish-factory-2020.12.12.03.zip</pre> <p>On macOS and Windows:</p> - <pre>tar xvf sunfish-factory-2020.11.05.18.zip</pre> + <pre>tar xvf sunfish-factory-2020.12.12.03.zip</pre> <p>Move into the directory:</p> - <pre>cd sunfish-factory-2020.11.05.18</pre> + <pre>cd sunfish-factory-2020.12.12.03</pre> <p>Flash the images with the flash-all script in the directory.</p> |
