reflector: add page (#2641)
This commit is contained in:

committed by
Agniva De Sarker

parent
55ffeb6833
commit
54a75ee772
15
pages/linux/reflector.md
Normal file
15
pages/linux/reflector.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# reflector
|
||||||
|
|
||||||
|
> Arch script to fetch and sort mirrorlists.
|
||||||
|
|
||||||
|
- Get all mirrors, sort for download speed and save them:
|
||||||
|
|
||||||
|
`sudo reflector --sort {{rate}} --save {{/etc/pacman.d/mirrorlist}}`
|
||||||
|
|
||||||
|
- Only get German HTTPS mirrors:
|
||||||
|
|
||||||
|
`reflector --country {{Germany}} --protocol {{https}}`
|
||||||
|
|
||||||
|
- Only get the 10 recently sync'd mirrors:
|
||||||
|
|
||||||
|
`reflector --latest {{10}}`
|
Reference in New Issue
Block a user