diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-03 19:11:35 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-03 19:11:35 -0500 |
| commit | 4e0927b15bce613ada26cf4909c3cca580667691 (patch) | |
| tree | 2ab6249ff3c190ca6f5f870a177797bc74c95f34 /static/install | |
| parent | 5773b2120c22171ed907ed7370f81ca8f7f8ade5 (diff) | |
update site for 2021.02.02.09 release
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/cli.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 35147027..961ac302 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -358,16 +358,16 @@ 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 2021.01.23.03 release for the Pixel 4a (sunfish):</p> + page</a>. For example, to download the 2021.02.02.09 release for the Pixel 4a (sunfish):</p> - <pre>curl -O https://releases.grapheneos.org/sunfish-factory-2021.01.23.03.zip -curl -O https://releases.grapheneos.org/sunfish-factory-2021.01.23.03.zip.sig</pre> + <pre>curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.02.09.zip +curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.02.09.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), otherwise continue on to the next section without this:</p> - <pre>signify -Cqp factory.pub -x sunfish-factory-2021.01.23.03.zip.sig && echo verified</pre> + <pre>signify -Cqp factory.pub -x sunfish-factory-2021.02.02.09.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> @@ -383,15 +383,15 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2021.01.23.03.zip.sig</p <p>On Linux:</p> - <pre>bsdtar xvf sunfish-factory-2021.01.23.03.zip</pre> + <pre>bsdtar xvf sunfish-factory-2021.02.02.09.zip</pre> <p>On macOS and Windows:</p> - <pre>tar xvf sunfish-factory-2021.01.23.03.zip</pre> + <pre>tar xvf sunfish-factory-2021.02.02.09.zip</pre> <p>Move into the directory:</p> - <pre>cd sunfish-factory-2021.01.23.03</pre> + <pre>cd sunfish-factory-2021.02.02.09</pre> <p>Flash the images with the flash-all script in the directory.</p> |
