diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/install.html b/static/install.html index 6f9b72d1..9d83f4ab 100644 --- a/static/install.html +++ b/static/install.html @@ -249,11 +249,11 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre> <p>Download the factory images for the device from <a href="/releases">the releases page</a>. For example, to download the 2020.04.14.23 release for the Pixel 3 XL (crosshatch):</p> - <pre>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> + <pre>curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip +curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.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> + <pre>signify -Cqp factory.pub -x crosshatch-factory-2020.05.05.02.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> @@ -266,8 +266,8 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig <p>Next, extract the factory images and move into the directory:</p> - <pre>unzip crosshatch-factory-2020.04.14.23.zip -cd crosshatch-qq2a.200405.005</pre> + <pre>unzip crosshatch-factory-2020.05.05.02.zip +cd crosshatch-factory-2020.05.05.02</pre> <p>Flash the images with the flash-all script in the directory. On Linux and macOS:</p> |
