changed from service on boot to weekly timer
This commit is contained in:
parent
3ba2639680
commit
0540e5cf9c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ init() {
|
|||
pacman -S reflector --noconfirm
|
||||
echo 'Generating mirrorlist...'
|
||||
printf "--save /etc/pacman.d/mirrorlist\n--protocol https\n--country Portugal,Spain,France,Unite\ Kigdom,Germany,Netherlands\n--latest 50\n--score 10\n--sort rate" | tee /etc/xdg/reflector/reflector.conf
|
||||
systemctl enable --now reflector.service
|
||||
systemctl enable --now reflector.timer
|
||||
pacman -S sed
|
||||
echo "Performing config changes to pacman"
|
||||
pacman_vars
|
||||
|
|
Loading…
Reference in a new issue