diff --git a/static/install/cli.html b/static/install/cli.html index 961ac302..a0929a99 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -358,16 +358,16 @@ 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 2021.02.02.09 release for the Pixel 4a (sunfish):

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

-
curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.02.09.zip
-curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.02.09.zip.sig
+
curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.06.05.zip
+curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.06.05.zip.sig

Verify the factory images using the signature if you were able to obtain signify from trusted package repositories (see above), otherwise continue on to the next section without this:

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

@@ -383,15 +383,15 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2021.02.02.09.zip.sig

On Linux:

-
bsdtar xvf sunfish-factory-2021.02.02.09.zip
+
bsdtar xvf sunfish-factory-2021.02.06.05.zip

On macOS and Windows:

-
tar xvf sunfish-factory-2021.02.02.09.zip
+
tar xvf sunfish-factory-2021.02.06.05.zip

Move into the directory:

-
cd sunfish-factory-2021.02.02.09
+
cd sunfish-factory-2021.02.06.05

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