From e26b518a0bc291e58f2b35db830faa614dc4fd35 Mon Sep 17 00:00:00 2001 From: simono41 Date: Mon, 4 Jun 2018 21:32:05 +0200 Subject: [PATCH] optimierungen --- pacman.conf_pi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pacman.conf_pi b/pacman.conf_pi index e74f4f3..745ff34 100755 --- a/pacman.conf_pi +++ b/pacman.conf_pi @@ -75,19 +75,19 @@ SigLevel = Never # after the header, and they will be used before the default mirrors. [core] -Include = /etc/pacman.d/mirrorlist +Include = /etc/pacman.d/mirrorlist_pi [extra] -Include = /etc/pacman.d/mirrorlist +Include = /etc/pacman.d/mirrorlist_pi [community] -Include = /etc/pacman.d/mirrorlist +Include = /etc/pacman.d/mirrorlist_pi [alarm] -Include = /etc/pacman.d/mirrorlist +Include = /etc/pacman.d/mirrorlist_pi [aur] -Include = /etc/pacman.d/mirrorlist +Include = /etc/pacman.d/mirrorlist_pi # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.