From 4e22acac0f461afdd8fbf2ad40c8e05f681d5ac7 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Wed, 2 Apr 2025 14:07:08 -0400 Subject: [PATCH] fixed pacman --- iso/pacman.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/pacman.conf b/iso/pacman.conf index 099f198..a17759d 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -73,7 +73,7 @@ LocalFileSigLevel = Optional #Include = /etc/pacman.d/mirrorlist [ppr] -SigLevel = Optional TrustedOnly +SigLevel = Never Server = https://git.parchlinux.com/repos/ppr/raw/branch/main/x86_64/ [core] @@ -95,7 +95,7 @@ Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist [pcp] -SigLevel = Optional TrustedOnly +SigLevel = Never Server = https://git.parchlinux.com/repos/pcp/raw/branch/main/x86_64/ # An example of a custom package repository. See the pacman manpage for