You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
313 B
11 lines
313 B
6 years ago
|
[Trigger]
|
||
|
Type = Package
|
||
|
Operation = Install
|
||
|
Operation = Upgrade
|
||
|
Target = pacman-mirrorlist
|
||
|
|
||
|
[Action]
|
||
|
Description = Updating mirrorlist with reflector...
|
||
|
When = PostTransaction
|
||
|
Depends = reflector
|
||
|
Exec = sudo reflector --verbose --latest 40 --number 10 --sort rate --protocol https --save /etc/pacman.d/mirrorlist
|