changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > box / airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook

revision 2: 2fafbe22bd34
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook	Fri May 31 17:30:09 2024 -0400
     1.3@@ -0,0 +1,13 @@
     1.4+# remove from airootfs!
     1.5+[Trigger]
     1.6+Operation = Install
     1.7+Operation = Upgrade
     1.8+Type = Package
     1.9+Target = pacman-mirrorlist
    1.10+
    1.11+[Action]
    1.12+Description = Uncommenting all mirrors in /etc/pacman.d/mirrorlist...
    1.13+When = PostTransaction
    1.14+Depends = pacman-mirrorlist
    1.15+Depends = sed
    1.16+Exec = /usr/bin/sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist