From ed3b6bd24d8f6ee680278b33d0485680f4fcad84 Mon Sep 17 00:00:00 2001 From: Tyler McGurrin Date: Sun, 17 Nov 2024 19:16:42 -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