From 57ca3fc0ca48dd90a1e0f37bda8476c9e3ef3ef9 Mon Sep 17 00:00:00 2001 From: jean-michel <jean-michel@obarun.org> Date: Thu, 21 Mar 2019 02:49:30 +0100 Subject: [PATCH] remove/add new repo --- plasma/rootfs/etc/pacman.conf | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/plasma/rootfs/etc/pacman.conf b/plasma/rootfs/etc/pacman.conf index 5115ed2..c65cccb 100644 --- a/plasma/rootfs/etc/pacman.conf +++ b/plasma/rootfs/etc/pacman.conf @@ -73,13 +73,21 @@ LocalFileSigLevel = Optional SigLevel = Required Server = https://repo.obarun.org/66-repo -#[obarun-testing] +#[obcore-testing] #SigLevel = Required -#Server = https://repo.obarun.org/$arch/testing +#Server = https://repo.obarun.org/obcore/testing/ -[obarun] -SigLevel = Required -Server = https://repo.obarun.org/$arch +#[obextra-testing] +#SigLevel = Required +#Server = https://repo.obarun.org/obextra/testing + +[obcore] +SigLevel = Required +Server = https://repo.obarun.org/obcore + +[obextra] +SigLevel = Required +Server = https://repo.obarun.org/obextra #[testing] #Include = /etc/pacman.d/mirrorlist -- GitLab