update CLI install guide sample version

This commit is contained in:
Daniel Micay 2021-02-07 05:24:01 -05:00
parent bec8488e88
commit 1d9095893b

View File

@ -358,16 +358,16 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre>
When the current signing key is replaced, the new key will be signed with it.</p> 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 <p>Download the factory images for the device from <a href="/releases">the releases
page</a>. For example, to download the 2021.02.02.09 release for the Pixel 4a (sunfish):</p> page</a>. For example, to download the 2021.02.06.05 release for the Pixel 4a (sunfish):</p>
<pre>curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.02.09.zip <pre>curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.06.05.zip
curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.02.09.zip.sig</pre> curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.06.05.zip.sig</pre>
<p>Verify the factory images using the signature if you were able to obtain <p>Verify the factory images using the signature if you were able to obtain
<code>signify</code> from trusted package repositories (see above), otherwise <code>signify</code> from trusted package repositories (see above), otherwise
continue on to the next section without this:</p> continue on to the next section without this:</p>
<pre>signify -Cqp factory.pub -x sunfish-factory-2021.02.02.09.zip.sig &amp;&amp; echo verified</pre> <pre>signify -Cqp factory.pub -x sunfish-factory-2021.02.06.05.zip.sig &amp;&amp; echo verified</pre>
<p>This will output <code>verified</code> if verification is successful. If something <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> 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.02.02.09.zip.sig</p
<p>On Linux:</p> <p>On Linux:</p>
<pre>bsdtar xvf sunfish-factory-2021.02.02.09.zip</pre> <pre>bsdtar xvf sunfish-factory-2021.02.06.05.zip</pre>
<p>On macOS and Windows:</p> <p>On macOS and Windows:</p>
<pre>tar xvf sunfish-factory-2021.02.02.09.zip</pre> <pre>tar xvf sunfish-factory-2021.02.06.05.zip</pre>
<p>Move into the directory:</p> <p>Move into the directory:</p>
<pre>cd sunfish-factory-2021.02.02.09</pre> <pre>cd sunfish-factory-2021.02.06.05</pre>
<p>Flash the images with the flash-all script in the directory.</p> <p>Flash the images with the flash-all script in the directory.</p>