https://github.com/nearhuscarl/mirrorlist
mirror list for pacman after sorting by download rate using reflector
https://github.com/nearhuscarl/mirrorlist
archlinux mirrors
Last synced: 10 months ago
JSON representation
mirror list for pacman after sorting by download rate using reflector
- Host: GitHub
- URL: https://github.com/nearhuscarl/mirrorlist
- Owner: NearHuscarl
- Created: 2018-07-29T10:23:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T10:30:55.000Z (almost 8 years ago)
- Last Synced: 2025-06-07T22:41:04.883Z (about 1 year ago)
- Topics: archlinux, mirrors
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mirrorlist
```bash
sudo pacman -S reflector
reflector --verbose --connection-timeout 3 --latest 200 --number 40 --sort rate --save
```