3 lines
160 B
Text
3 lines
160 B
Text
|
#!/bin/sh
|
||
|
sudo reflector --protocol http --protocol https --threads 16 --age 12 --verbose --sort rate --country "United States" --save /etc/pacman.d/mirrorlist
|