diff options
Diffstat (limited to 'site/download')
-rw-r--r-- | site/download/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/download/index.php b/site/download/index.php index 9eafeea..81a7db2 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -55,6 +55,11 @@ /* show FTP mirrors */ echo mirrorList($lbFtpMirror,gettext("FTP mirrors not added yet."),0,count($lbFtpMirror)); ?> + <h2>Do you have a mirror?</h2> + <p> + Let us know! We will add it here. Instructions for how to mirror libreboot + releases can be found <a href="../rsync/">here</a>. + </p> </div> |