mirror of
https://git.suyu.dev/suyu/suyu-os.git
synced 2025-04-02 10:31:42 -04:00
- use gamemode - rebranded bootloader to suyuOS - included lastest source code - include user suyu This project is officially made BUT NOT OFFICIALLY SUPPORTED
13 lines
330 B
Text
13 lines
330 B
Text
# 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
|