diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-20 15:23:19 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-20 15:23:19 -0500 |
| commit | f7b7539392e94ca850e92ad93050ae18b742f162 (patch) | |
| tree | 042f6df60df2e8ab3f0e222eec8c1431eb8561ad /static | |
| parent | b6ee6208e84efbd1b73080b8bbc0f5a428e5f174 (diff) | |
skip verification without trusted signify
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index 87373d3a..e2df5bdd 100644 --- a/static/install.html +++ b/static/install.html @@ -297,7 +297,8 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre> curl -O https://releases.grapheneos.org/sunfish-factory-2020.12.12.03.zip.sig</pre> <p>Verify the factory images using the signature if you were able to obtain - <code>signify</code> from trusted package repositories (see above):</p> + <code>signify</code> from trusted package repositories (see above), otherwise + continue on to the next section without this:</p> <pre>signify -Cqp factory.pub -x sunfish-factory-2020.12.12.03.zip.sig && echo verified</pre> |
