From 7289334e043d105ab2a0195dd83119c76c62c170 Mon Sep 17 00:00:00 2001
From: Daniel Micay 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
+ Download the factory images
- public key (factory.pub) in order to verify the factory images.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
.
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