From ff5968ba408af910074054dd497c6d9a0d9fccd6 Mon Sep 17 00:00:00 2001
From: Daniel Micay 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.