Skip to content

Commit

Permalink
Update archlinux-keyring before other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Jul 28, 2022
1 parent dafd65c commit 697b45a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 697b45a

Please sign in to comment.