1
0
Fork 0

update keyring before installing any pkgs

This commit is contained in:
Pratham Patel 2022-12-21 13:18:14 +05:30
parent 107e28d1c4
commit e37fa2a2c6
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ cp ${MIRRORLIST_FILE} /mnt"$MIRRORLIST_FILE"
# update pacman db
pacman --sync --refresh --refresh
pacman --S archlinux-keyring --noconfirm
# install packages
bash scripts/install-packages.sh "$CPU_VENDOR_NAME"