From 4d6e7b076d4a4e51ed863be96b0968439deaa0f5 Mon Sep 17 00:00:00 2001 From: Xircon Date: Sat, 21 Feb 2026 00:24:29 -0500 Subject: [PATCH] fix the issue (i thinkkk) --- makeiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeiso.sh b/makeiso.sh index 7da1143..ec4194c 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -10,8 +10,8 @@ sudo useradd build -G wheel,storage echo build:build | chpasswd echo Build User Passwd is: build sudo chown -R build ./ -su build -c 'makepkg -si --skippgpcheck --noconfirm' echo build +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