index : reflector32 | |
Archlinux32 fork of reflector | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-09-05 20:42:56 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-09-05 20:42:56 +0200 |
commit | 15aae28e54c3fdfe2eb4fd4563cf095147e16fa2 (patch) | |
tree | d5989e37bcaf2c3a4519549b94ed6ccf48e9e148 /man.md/reflector.1.md | |
parent | def54f9d8b2758c36eb4ce382bd08d7897197d4a (diff) |
-rw-r--r-- | man.md/reflector.1.md | 4 |
diff --git a/man.md/reflector.1.md b/man.md/reflector.1.md index ef107ce..d91434b 100644 --- a/man.md/reflector.1.md +++ b/man.md/reflector.1.md @@ -33,13 +33,13 @@ reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist Select the 200 most recently synchronized HTTP or HTTPS mirrors, sort them by download speed, and overwrite the file /etc/pacman.d/mirrorlist: ~~~{.sh} -reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist +reflector --latest 200 --protocol http,https --sort rate --save /etc/pacman.d/mirrorlist ~~~ Select the HTTPS mirrors synchronized within the last 12 hours and located in either France or Germany, sort them by download speed, and overwrite the file `/etc/pacman.d/mirrorlist` with the results: ~~~{.sh} -reflector --country France --country Germany --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist +reflector --country France,Germany --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist ~~~ # See Also |