From 697b45aac90bde77a0303ed3d6423e803b74c42b Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Thu, 28 Jul 2022 13:58:34 +0500 Subject: [PATCH] Update archlinux-keyring before other packages --- create-arch-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index ce204c9..0ece0a8 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -226,7 +226,8 @@ echo "Include = /etc/pacman.d/chaotic-mirrorlist" >> "${bootstrap}"/etc/pacman.c # Speeds up packages installation, especially when there are many small packages to install sed -i 's/#ParallelDownloads = 5/ParallelDownloads = 3/g' "${bootstrap}"/etc/pacman.conf -run_in_chroot pacman -Syu --noconfirm +run_in_chroot pacman -Sy archlinux-keyring --noconfirm +run_in_chroot pacman -Su --noconfirm date -u +"%d-%m-%Y %H:%M (DMY UTC)" > "${bootstrap}"/version