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-VERSOn 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.