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