From 5b24900a8f2fe925975ff392a049b15f2135bd92 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 9 Nov 2020 14:59:19 -0500 Subject: [PATCH] use Pixel 4a for install examples --- static/install.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/install.html b/static/install.html index c46faf35..840ef296 100644 --- a/static/install.html +++ b/static/install.html @@ -277,15 +277,15 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3 When the current signing key is replaced, the new key will be signed with it.

Download the factory images for the device from the releases - page. For example, to download the 2020.05.05.02 release for the Pixel 3 XL (crosshatch):

+ page. For example, to download the 2020.11.05.18 release for the Pixel 4a (sunfish):

-
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
+
curl -O https://releases.grapheneos.org/sunfish-factory-2020.11.05.18.zip
+curl -O https://releases.grapheneos.org/sunfish-factory-2020.11.05.18.zip.sig

Verify the factory images using the signature if you were able to obtain signify from trusted package repositories (see above):

-
signify -Cqp factory.pub -x crosshatch-factory-2020.05.05.02.zip.sig && echo verified
+
signify -Cqp factory.pub -x sunfish-factory-2020.11.05.18.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.

@@ -303,15 +303,15 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig

On Linux:

-
unzip crosshatch-factory-2020.05.05.02.zip
+
unzip sunfish-factory-2020.11.05.18.zip

On macOS and Windows:

-
tar xvf crosshatch-factory-2020.05.05.02.zip
+
tar xvf sunfish-factory-2020.11.05.18.zip

Move into the directory:

-
cd crosshatch-factory-2020.05.05.02
+
cd sunfish-factory-2020.11.05.18

Flash the images with the flash-all script in the directory.