From ff5968ba408af910074054dd497c6d9a0d9fccd6 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 6 Aug 2024 09:20:18 -0400 Subject: [PATCH] use new factory images naming 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 6859171a..e8e46834 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -430,18 +430,18 @@ signify -V -m allowed_signers -x allowed_signers.sig -p factory.pub page. For example, to download the VERSION release for a device with the codename DEVICE_NAME:

-
curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-VERSION.zip
-curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-VERSION.zip.sig
+
curl -O https://releases.grapheneos.org/DEVICE_NAME-install-VERSION.zip
+curl -O https://releases.grapheneos.org/DEVICE_NAME-install-VERSION.zip.sig

Next, verify the factory images using the signature.

On Linux and macOS:

-
ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s DEVICE_NAME-factory-VERSION.zip.sig < DEVICE_NAME-factory-VERSION.zip
+
ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s DEVICE_NAME-install-VERSION.zip.sig < DEVICE_NAME-install-VERSION.zip

On Windows:

-
cmd /c 'ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s DEVICE_NAME-factory-VERSION.zip.sig < DEVICE_NAME-factory-VERSION.zip'
+
cmd /c 'ssh-keygen -Y verify -f allowed_signers -I contact@grapheneos.org -n "factory images" -s DEVICE_NAME-install-VERSION.zip.sig < DEVICE_NAME-install-VERSION.zip'

This will produce the following output when successful:

@@ -458,15 +458,15 @@ curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-VERS

On Linux:

-
bsdtar xvf DEVICE_NAME-factory-VERSION.zip
+
bsdtar xvf DEVICE_NAME-install-VERSION.zip

On macOS and Windows:

-
tar xvf DEVICE_NAME-factory-VERSION.zip
+
tar xvf DEVICE_NAME-install-VERSION.zip

Move into the directory:

-
cd DEVICE_NAME-factory-VERSION
+
cd DEVICE_NAME-install-VERSION

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