diff options
Diffstat (limited to 'docs/release.html')
-rw-r--r-- | docs/release.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/release.html b/docs/release.html index edc24e3..ad0422a 100644 --- a/docs/release.html +++ b/docs/release.html @@ -36,8 +36,7 @@ </p> <p> You can verify the downloaded archives as follows:<br/> - $ <b>gpg --verify libreboot_src.tar.xz.sig</b><br/> - $ <b>gpg --verify libreboot_bin.tar.xz.sig</b> + $ <b>for signature in $(ls libreboot*.tar.xz.sig); do gpg --verify $signature; done</b> </p> </div> |