From 89d442a74ab0b3fc49f838c15f3f722f1be74720 Mon Sep 17 00:00:00 2001 From: nippy Date: Sun, 12 Apr 2026 18:11:38 +0200 Subject: live --- releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook (limited to 'releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook') diff --git a/releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook b/releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook new file mode 100644 index 0000000..312c41e --- /dev/null +++ b/releng/airootfs/etc/pacman.d/hooks/reflector-mirrorlist.hook @@ -0,0 +1,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 -- cgit v1.3