From 82d4ad132fda695e2c6dfe4fc464b470539ef196 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 15 Jul 2024 11:17:25 +0330 Subject: [PATCH] fixed pgp error --- iso/pacman.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/pacman.conf b/iso/pacman.conf index c41fe45..4b2730c 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