From 044344bc3b65f5c576af70587d6efeef33b3a407 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 29 Oct 2021 04:21:58 -0400 Subject: [PATCH] update version example in CLI install guide --- static/install/cli.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index bdd01b1f..00518f9b 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -388,17 +388,17 @@ 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.06.09.13 release for a device with the + page. For example, to download the 2021102613 release for a device with the codename DEVICE_NAME:

-
curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021.06.09.13.zip
-curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021.06.09.13.zip.sig
+
curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021102613.zip
+curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021102613.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 DEVICE_NAME-factory-2021.06.09.13.zip.sig && echo verified
+
signify -Cqp factory.pub -x DEVICE_NAME-factory-2021102613.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.

@@ -414,15 +414,15 @@ curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021.06.09.13.zip.si

On Linux:

-
bsdtar xvf DEVICE_NAME-factory-2021.06.09.13.zip
+
bsdtar xvf DEVICE_NAME-factory-2021102613.zip

On macOS and Windows:

-
tar xvf DEVICE_NAME-factory-2021.06.09.13.zip
+
tar xvf DEVICE_NAME-factory-2021102613.zip

Move into the directory:

-
cd DEVICE_NAME-factory-2021.06.09.13
+
cd DEVICE_NAME-factory-2021102613

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