From 657d788db20c8d5bc042c9cca939491230c303db Mon Sep 17 00:00:00 2001 From: AngeD Date: Wed, 24 May 2023 18:55:32 +0200 Subject: [PATCH] feat: post git migration pacman.conf --- rootfs/etc/pacman.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/rootfs/etc/pacman.conf b/rootfs/etc/pacman.conf index 025ca90..f92e8c5 100644 --- a/rootfs/etc/pacman.conf +++ b/rootfs/etc/pacman.conf @@ -70,19 +70,16 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core] Include = /etc/pacman.d/mirrorlist -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system,