From 496b334e32a2d4399340ac64df72713257e97b32 Mon Sep 17 00:00:00 2001 From: fdupoux Date: Sun, 29 Dec 2019 20:38:36 +0000 Subject: [PATCH] Updated address of custom repository --- pacman.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pacman.conf b/pacman.conf index 065fdbf..7ffb6dc 100644 --- a/pacman.conf +++ b/pacman.conf @@ -71,12 +71,8 @@ LocalFileSigLevel = Optional # after the header, and they will be used before the default mirrors. # ==== BEGIN customrepos ==== -#[archrepo] -#Server = http://archrepo.system-rescue-cd.org/archpkgs/ -#SigLevel = Optional TrustAll - [custompkgs] -Server = http://archrepo.system-rescue-cd.org/custompkgs/ +Server = http://archrepo.system-rescue-cd.org/ SigLevel = Optional TrustAll # ==== END customrepos ====