From 83923f48fbefb1a318393236217e2fa912cfac43 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Tue, 9 Jul 2024 20:51:43 +0330 Subject: [PATCH] fix for keyring (temp) --- iso/pacman.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/pacman.conf b/iso/pacman.conf index cecd43b..bd9496d 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -38,7 +38,7 @@ CheckSpace # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional +SigLevel = Never LocalFileSigLevel = Optional #RemoteFileSigLevel = Required