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
Download the factory images for the device from the releases page. For example, to download the 2020.04.14.23 release for the Pixel 3 XL (crosshatch):
-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+
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
Verify the factory images using the signature:
-signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig && echo verified+
signify -Cqp factory.pub -x crosshatch-factory-2020.05.05.02.zip.sig && echo verified
This will output verified
if verification is successful. If something
goes wrong, it will output an error message rather than verified
.
Next, extract the factory images and move into the directory:
-unzip crosshatch-factory-2020.04.14.23.zip -cd crosshatch-qq2a.200405.005+
unzip crosshatch-factory-2020.05.05.02.zip +cd crosshatch-factory-2020.05.05.02
Flash the images with the flash-all script in the directory. On Linux and macOS: