PGP fix
This commit is contained in:
parent
b84c14e8d8
commit
e18bc43190
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user