From c8cae0334b93e90aff75427c972aa9c8fc891695 Mon Sep 17 00:00:00 2001 From: Xircon Date: Sat, 21 Feb 2026 00:24:28 -0500 Subject: [PATCH] PGP fix --- makeiso.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makeiso.sh b/makeiso.sh index 5afe415..9f56b5e 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -7,7 +7,8 @@ echo Adding Keys git clone https://aur.archlinux.org/archlinux32-keyring.git cd archlinux32-keyring sudo useradd build -G wheel,storage -su build -c makepkg -si --skippgpcheck --noconfirm +sudo chown -R build ./* +sudo su build -c 'makepkg -si --skippgpcheck --noconfirm' cd .. sudo mv ./archlinux32-keyring/src/archlinux32-keyring*/archlinux32.pgp ./archlinux32-keyring/src/archlinux32-keyring*/pubring.pgp sudo pacman-key --import ./archlinux32-keyring/src/archlinux32-keyring*/pubring.pgp