You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
# remove from airootfs!
|
|
[Trigger]
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Type = Package
|
|
Target = pacman-mirrorlist
|
|
|
|
[Action]
|
|
Description = Uncommenting all mirrors in /etc/pacman.d/mirrorlist...
|
|
When = PostTransaction
|
|
Depends = pacman-mirrorlist
|
|
Depends = sed
|
|
Exec = /usr/bin/sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
|