4 lines
221 B
Text
4 lines
221 B
Text
|
function update-mirrorlist() {
|
||
|
sudo reflector --verbose -c US,CA --connection-timeout 4 --download-timeout 3 --protocol https --age 1 --sort rate --number 350 --fastest 50 --threads 24 --save /etc/pacman.d/mirrorlist
|
||
|
}
|