diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 10:26:45 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 10:26:45 -0400 |
| commit | e7f5e1f2b7732485528245aa5c643ae5e1fd4eea (patch) | |
| tree | 24d2c59fbade959d90f384572717fc05a35325f2 | |
| parent | b61aa33dcca8cf1690bc3671d2c0884b262bffd5 (diff) | |
update installation example to current release
| -rw-r--r-- | static/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/install.html b/static/install.html index 525ea8ad..f994eba4 100644 --- a/static/install.html +++ b/static/install.html @@ -207,7 +207,7 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre> <p>Download the factory images for the device from <a href="/releases">the releases page</a>.</p> <p>Verify the factory images using the signature:</p> - <pre>signify -Cqp factory.pub -x crosshatch-factory-2019.06.23.05.zip.sig && echo verified</pre> + <pre>signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig && echo verified</pre> <h2 id="flashing-factory-images"> <a href="#flashing-factory-images">Flashing factory images</a> </h2> @@ -215,8 +215,8 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre> <p>Next, extract the factory images and run the script to flash them. Note that the <code>fastboot</code> command run by the flashing script requires a fair bit of free space in a temporary directory, which defaults to <code>/tmp</code>:</p> - <pre>unzip crosshatch-factory-2019.06.23.05.zip -cd crosshatch-pq3a.190605.003 + <pre>unzip crosshatch-factory-2020.04.14.23.zip +cd crosshatch-qq2a.200405.005 ./flash-all.sh</pre> <p>Use a different temporary directory if your <code>/tmp</code> doesn't have enough space available:</p> |
