summaryrefslogtreecommitdiff
path: root/static/install.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-05-08 05:58:37 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-05-08 05:59:05 -0400
commit7308089668de3f5e76f710e32582ddd688ac94a3 (patch)
tree8d5175cec329588417f3fd386c6b14081af1c450 /static/install.html
parent1b10248a11d642ad7b8a185a0a640df0e5375e19 (diff)
clarification for signify
Diffstat (limited to 'static/install.html')
-rw-r--r--static/install.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html
index 37f3c328..cce6f58a 100644
--- a/static/install.html
+++ b/static/install.html
@@ -259,7 +259,8 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre>
<pre>curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip
curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig</pre>
- <p>Verify the factory images using the signature:</p>
+ <p>Verify the factory images using the signature if you were able to obtain
+ <code>signify</code> from trusted package repositories (see above):</p>
<pre>signify -Cqp factory.pub -x crosshatch-factory-2020.05.05.02.zip.sig &amp;&amp; echo verified</pre>