summaryrefslogtreecommitdiff
path: root/static/install/cli.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-01-27 01:39:31 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-01-27 01:39:31 -0500
commit8f9ee9e866841ed54f9d7eecca0f55c82fc5fb78 (patch)
treedc85034eba10b96009712ae692898212e18652cf /static/install/cli.html
parent57f77c96cb5be65e3c30b581be7f2e6295c273ad (diff)
update sample build number for CLI install
Diffstat (limited to 'static/install/cli.html')
-rw-r--r--static/install/cli.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index 2c3427a8..b0e62685 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -355,16 +355,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.05.03 release for the Pixel 4a (sunfish):</p>
+ page</a>. For example, to download the 2021.01.23.03 release for the Pixel 4a (sunfish):</p>
- <pre>curl -O https://releases.grapheneos.org/sunfish-factory-2021.01.05.03.zip
-curl -O https://releases.grapheneos.org/sunfish-factory-2021.01.05.03.zip.sig</pre>
+ <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>
<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.05.03.zip.sig &amp;&amp; echo verified</pre>
+ <pre>signify -Cqp factory.pub -x sunfish-factory-2021.01.23.03.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>
@@ -380,15 +380,15 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2021.01.05.03.zip.sig</p
<p>On Linux:</p>
- <pre>bsdtar xvf sunfish-factory-2021.01.05.03.zip</pre>
+ <pre>bsdtar xvf sunfish-factory-2021.01.23.03.zip</pre>
<p>On macOS and Windows:</p>
- <pre>tar xvf sunfish-factory-2021.01.05.03.zip</pre>
+ <pre>tar xvf sunfish-factory-2021.01.23.03.zip</pre>
<p>Move into the directory:</p>
- <pre>cd sunfish-factory-2021.01.05.03</pre>
+ <pre>cd sunfish-factory-2021.01.23.03</pre>
<p>Flash the images with the flash-all script in the directory.</p>