From 13b7b4dd5c4e88fddd01858515715df32346338a Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Fri, 6 Jan 2023 16:37:42 +1100 Subject: [PATCH] update pacman.conf file --- pacman.conf.builder | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pacman.conf.builder b/pacman.conf.builder index 24b7acc..f11eac8 100644 --- a/pacman.conf.builder +++ b/pacman.conf.builder @@ -19,43 +19,43 @@ LocalFileSigLevel = Optional #[obcore-testing] #SigLevel = Required -#Server = https://repo.obarun.org/obcore-testing/ +#Server = https://cloud.server.obarun.org/$repo/os/$arch/ [obcore] SigLevel = Required -Server = https://repo.obarun.org/obcore +Server = https://cloud.server.obarun.org/$repo/os/$arch/ #[obextra-testing] #SigLevel = Required -#Server = https://repo.obarun.org/obextra-testing +#Server = https://cloud.server.obarun.org/$repo/os/$arch/ [obextra] SigLevel = Required -Server = https://repo.obarun.org/obextra +Server = https://cloud.server.obarun.org/$repo/os/$arch/ #[obcommunity-testing] #SigLevel = Required -#Server = https://repo.obarun.org/obcommunity-testing +#Server = https://cloud.server.obarun.org/$repo/os/$arch/ [obcommunity] SigLevel = Required -Server = https://repo.obarun.org/obcommunity +Server = https://cloud.server.obarun.org/$repo/os/$arch/ #[obmultilib-testing] #SigLevel = Required -#Server = https://repo.obarun.org/obmultilib-testing +#Server = https://cloud.server.obarun.org/$repo/os/$arch/ [obmultilib] SigLevel = Required -Server = https://repo.obarun.org/obmultilib +Server = https://cloud.server.obarun.org/$repo/os/$arch/ #[observice-testing] #SigLevel = Required -#Server = https://repo.obarun.org/observice-testing +#Server = https://cloud.server.obarun.org/$repo/os/$arch/ [observice] SigLevel = Required -Server = https://repo.obarun.org/observice +Server = https://cloud.server.obarun.org/$repo/os/$arch/ #[testing] #Include = /etc/pacman.d/mirrorlist -- GitLab