From 8865819b15483bbec091574d87f598b00bd7a75f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 5 May 2020 13:55:53 -0400 Subject: [PATCH] install: use new factory images naming scheme --- static/install.html | 10 +++++----- 1 file 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

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.

@@ -266,8 +266,8 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig

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: