From 9adc5d14a91395781cd4f370ad203761145036d8 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Fri, 13 Sep 2024 11:55:52 +0330 Subject: [PATCH] changed repos to gitlab in build --- iso/pacman.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/pacman.conf b/iso/pacman.conf index f019daf..fc117c3 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -74,7 +74,7 @@ LocalFileSigLevel = Optional [ppr] SigLevel = Optional TrustedOnly -Server = https://mirror.parchlinux.com/repos/$repo/$arch +Server = https://git.parchlinux.com/repo/ppr/-/raw/main/x86_64/ [core] Include = /etc/pacman.d/mirrorlist @@ -96,7 +96,7 @@ Include = /etc/pacman.d/mirrorlist [pcp] SigLevel = Optional TrustedOnly -Server = https://mirror.parchlinux.com/repos/$repo/$arch +Server = https://git.parchlinux.com/repo/pcp/-/raw/main/x86_64/ # An example of a custom package repository. See the pacman manpage for