From ece5fda25e70409032a16ea1cd64b0457279607b Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 3 Apr 2017 09:19:08 -0700 Subject: Fix -- bug --- www/gpg.md | 4 ++-- www/rsync.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/gpg.md b/www/gpg.md index 39661fb4..b8b7a71f 100644 --- a/www/gpg.md +++ b/www/gpg.md @@ -2,14 +2,14 @@ title: GPG ... - $ gpg \--recv-keys + $ gpg --recv-keys The GPG key can also be downloaded with this exported dump of the pubkey: [lbkey.asc](lbkey.asc). $ sha512sum -c sha512sum.txt - $ gpg \--verify sha512sum.txt.sig + $ gpg --verify sha512sum.txt.sig Old GPG key (no longer used): diff --git a/www/rsync.md b/www/rsync.md index 287f02c7..f89b5a3c 100644 --- a/www/rsync.md +++ b/www/rsync.md @@ -6,40 +6,40 @@ of these in your crontab: Libreboot project, UK (main rsync mirror) ----------------------------------------- -**rsync -avxP \--delete \--stats rsync.libreboot.org::mirrormirror +**rsync -avxP --delete --stats rsync.libreboot.org::mirrormirror /path/to/docroot/libreboot/** University of Kent, UK (backup mirror) -------------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://rsync.mirrorservice.org/libreboot.org/release/ /path/to/docroot/libreboot/** Princeton university, USA (backup mirror) ----------------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://mirror.math.princeton.edu/pub/libreboot/ /path/to/docroot/libreboot/** linux.ro, Romania (backup mirror) --------------------------------- -**rsync -avxP \--delete \--stats rsync://ftp.linux.ro/libreboot/ +**rsync -avxP --delete --stats rsync://ftp.linux.ro/libreboot/ /path/to/docroot/libreboot/** partyvan.eu, Sweden (backup mirror) ----------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://mirror.se.partyvan.eu/pub/libreboot/ /path/to/docroot/libreboot/** mirror.si, Slovenia (backup mirror) ----------------------------------- -**rsync -avxP \--delete \--stats rsync://libreboot.mirror.si/libreboot +**rsync -avxP --delete --stats rsync://libreboot.mirror.si/libreboot /path/to/docroot/libreboot/** Are you running a mirror? Contact the libreboot project, and the link will be -- cgit v1.2.3-70-g09d2