From edd726fc1c30af3bf9bd936f0227b653e4ecd0bd Mon Sep 17 00:00:00 2001
From: Daniel Micay
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
:
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.sig ++
Verify the factory images using the signature:
signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig && echo verified