From 77c242b599624a186f50027c87e8aa06dcb396d9 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Thu, 19 Sep 2024 21:54:42 +0330 Subject: [PATCH] updated pacman.conf --- iso/pacman.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/iso/pacman.conf b/iso/pacman.conf index bd9496d..fc117c3 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -69,13 +69,13 @@ 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. -[ppr] -SigLevel = Optional TrustedOnly -Server = https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/ - #[core-testing] #Include = /etc/pacman.d/mirrorlist +[ppr] +SigLevel = Optional TrustedOnly +Server = https://git.parchlinux.com/repo/ppr/-/raw/main/x86_64/ + [core] Include = /etc/pacman.d/mirrorlist @@ -96,7 +96,8 @@ Include = /etc/pacman.d/mirrorlist [pcp] SigLevel = Optional TrustedOnly -Server = https://raw.githubusercontent.com/parchlinux/pcp/main/x86_64/ +Server = https://git.parchlinux.com/repo/pcp/-/raw/main/x86_64/ + # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.