diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 10:41:22 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-28 10:42:44 -0400 |
| commit | edd726fc1c30af3bf9bd936f0227b653e4ecd0bd (patch) | |
| tree | 05c95215ebbb39243df6062fa9d9942704cb5c72 /static | |
| parent | e7f5e1f2b7732485528245aa5c643ae5e1fd4eea (diff) | |
give an example of downloading with curl
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index f994eba4..0bce8182 100644 --- a/static/install.html +++ b/static/install.html @@ -206,6 +206,14 @@ 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>.</p> + + <p>You can either download the files with your browser or using a command like <code>curl</code>. It's generally easier to use the command-line since you're already using it for the rest of the installation process. For example, to download the 2020.04.14.23 release for the Pixel 3 XL via <code>curl</code>:</p> + + <pre>curl -O https://releases.grapheneos.org/factory.pub +curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip +curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig +</pre> + <p>Verify the factory images using the signature:</p> <pre>signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig && echo verified</pre> <h2 id="flashing-factory-images"> |
