mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Update archlinux-keyring before other packages
This commit is contained in:
parent
dafd65c280
commit
697b45aac9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue