diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-22 08:57:46 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-22 08:57:46 (EST) |
commit | 19806e7d84e559a167a2e75076ce4b47e9d7dfeb (patch) | |
tree | 3f82eed07d81f765233fb86a3b7d2af19056a8c7 /site/download/oldtorrent/index.php | |
parent | 8fff1e1f0f0f39b50a1c14b5833529b4a86401d9 (diff) | |
download | libreboot.org-19806e7d84e559a167a2e75076ce4b47e9d7dfeb.zip libreboot.org-19806e7d84e559a167a2e75076ce4b47e9d7dfeb.tar.gz libreboot.org-19806e7d84e559a167a2e75076ce4b47e9d7dfeb.tar.bz2 |
Add links to backup rsync mirrors
Diffstat (limited to 'site/download/oldtorrent/index.php')
-rw-r--r-- | site/download/oldtorrent/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/download/oldtorrent/index.php b/site/download/oldtorrent/index.php index c4b5726..fb8e369 100644 --- a/site/download/oldtorrent/index.php +++ b/site/download/oldtorrent/index.php @@ -79,7 +79,7 @@ </p> <p> You can verify the downloaded archives as follows:<br/> - $ <b>for signature in $(ls *.tar.xz.sig); do gpg --verify $signature; done</b> + $ <b>for signature in $(ls *.sig); do gpg --verify $signature; done</b> </p> </div> |