Put updating after key check
This commit is contained in:
parent
cd83fd59f6
commit
a239963197
@ -2031,12 +2031,12 @@ install_check_bg()
|
||||
cp -f /etc/pacman.d/mirrorlist "$MNT/etc/pacman.d/"
|
||||
al_repo "$MNT/etc/pacman.conf"
|
||||
{
|
||||
chrun "pacman -Syyu --noconfirm"
|
||||
if pacman-key --list-keys | grep -q "expired.*Nathaniel Maia" || ! pacman-key --list-keys | grep -q "$key"; then
|
||||
chrun "pacman-key --recv-keys '$key'"
|
||||
chrun "pacman-key --finger '$key'"
|
||||
chrun "pacman-key --lsign-key '$key'"
|
||||
fi
|
||||
chrun "pacman -Syyu --noconfirm"
|
||||
chrun "pacman -S archlinux-keyring archlabs-keyring --noconfirm"
|
||||
chrun "pacman -S ${ISO_PKGS[*]} $luks $NET_TYPE --noconfirm --needed"
|
||||
|
||||
|
Reference in New Issue
Block a user