blob: 312c41e88c8deed77e95ac56f805759b2820eda6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = pacman-mirrorlist
[Action]
Description = Updating mirrorlist with reflector (Hungary)...
When = PostTransaction
Depends = reflector
Exec = /usr/bin/reflector -c HU --protocol https --sort rate --latest 20 --download-timeout 5 --threads 20 --save /etc/pacman.d/mirrorlist
|