diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 20:14:27 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 23:20:27 (EST) |
commit | b840755acc24f5cebe561d5ecb3380e157de1583 (patch) | |
tree | 52869222b2994e151768efc9bb9fd75c3156e0e0 /docs/release.html | |
parent | 2080a1ffcf025f0cbb27f6c00f7165adfe7ec248 (diff) | |
download | libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.zip libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.tar.gz libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.tar.bz2 |
Move all build scripts into a single generic script, with helpers
All build scripts were moved to resources/scripts/helpers/
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> |