init commit
This commit is contained in:
13
releng/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook
Normal file
13
releng/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook
Normal file
@ -0,0 +1,13 @@
|
||||
# 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
|
Reference in New Issue
Block a user