diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-03 04:44:28 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-03 04:44:28 -0400 |
| commit | c5dbd7d3716c1220a4295ced83688545983fa809 (patch) | |
| tree | ded28472a7bb8646cb33bdc004a1912ba937bbd4 /static/install/cli.html | |
| parent | 66d7202d9d67a56bfca5cd1d9576502965a538d2 (diff) | |
update CLI install example version
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 00518f9b..944a47f0 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -388,17 +388,17 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre> When the current signing key is replaced, the new key will be signed with it.</p> <p>Download the factory images for the device from <a href="/releases">the releases - page</a>. For example, to download the 2021102613 release for a device with the + page</a>. For example, to download the 2021110122 release for a device with the codename <code>DEVICE_NAME</code>:</p> - <pre>curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021102613.zip -curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021102613.zip.sig</pre> + <pre>curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip +curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021110122.zip.sig</pre> <p>Verify the factory images using the signature if you were able to obtain <code>signify</code> from trusted package repositories (see above), otherwise continue on to the next section without this:</p> - <pre>signify -Cqp factory.pub -x DEVICE_NAME-factory-2021102613.zip.sig && echo verified</pre> + <pre>signify -Cqp factory.pub -x DEVICE_NAME-factory-2021110122.zip.sig && echo verified</pre> <p>This will output <code>verified</code> if verification is successful. If something goes wrong, it will output an error message rather than <code>verified</code>.</p> @@ -414,15 +414,15 @@ curl -O https://releases.grapheneos.org/DEVICE_NAME-factory-2021102613.zip.sig</ <p>On Linux:</p> - <pre>bsdtar xvf DEVICE_NAME-factory-2021102613.zip</pre> + <pre>bsdtar xvf DEVICE_NAME-factory-2021110122.zip</pre> <p>On macOS and Windows:</p> - <pre>tar xvf DEVICE_NAME-factory-2021102613.zip</pre> + <pre>tar xvf DEVICE_NAME-factory-2021110122.zip</pre> <p>Move into the directory:</p> - <pre>cd DEVICE_NAME-factory-2021102613</pre> + <pre>cd DEVICE_NAME-factory-2021110122</pre> <p>Flash the images with the flash-all script in the directory.</p> |
