From d2b6f2335708fa9bc2d4a0dc7f9c6200dbc0338b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 28 Apr 2020 11:00:40 -0400 Subject: [PATCH] explain expected output for signify command --- static/install.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/install.html b/static/install.html index f2c80087..9c370a69 100644 --- a/static/install.html +++ b/static/install.html @@ -221,6 +221,9 @@ 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
+

This will output verified if verification is successful. If something + goes wrong, it will output an error message rather than verified.

+

Flashing factory images