diff --git a/static/install.html b/static/install.html index 0bce8182..9fcd987f 100644 --- a/static/install.html +++ b/static/install.html @@ -190,8 +190,17 @@ Installed as /home/username/downloads/platform-tools/fastboot
The initial install will be performed by flashing the factory images. This will replace the existing OS installation and wipe all the existing data.
+ +You can either download the files with your browser or using a command like
+ curl
. It's generally easier to use the command-line since you're already
+ using it for the rest of the installation process, so these instructions will use
+ curl
.
Download the factory images - public key (factory.pub) in order to verify the factory images.
+ public key (factory.pub) in order to verify the factory images: + +curl -O https://releases.grapheneos.org/factory.pub+
This is the content of factory.pub
:
untrusted comment: GrapheneOS factory images public key RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3@@ -207,15 +216,15 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3
Download the factory images for the device from the releases page.
-You can either download the files with your browser or using a command like curl
. It's generally easier to use the command-line since you're already using it for the rest of the installation process. For example, to download the 2020.04.14.23 release for the Pixel 3 XL via curl
:
For example, to download the 2020.04.14.23 release for the Pixel 3 XL (crosshatch):
-curl -O https://releases.grapheneos.org/factory.pub -curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip +curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sigVerify the factory images using the signature:
signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig && echo verified+Flashing factory images