diff --git a/scripts/pacman.conf b/scripts/pacman.conf index fcafeec..cf62948 100644 --- a/scripts/pacman.conf +++ b/scripts/pacman.conf @@ -68,7 +68,7 @@ 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] @@ -78,13 +78,10 @@ Include = /etc/pacman.d/mirrorlist #SigLevel = TrustAll Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch -[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, @@ -93,8 +90,8 @@ Include = /etc/pacman.d/mirrorlist #[multilib-testing] #Include = /etc/pacman.d/mirrorlist -[multilib] -Include = /etc/pacman.d/mirrorlist +#[multilib] +#Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.