From d0649d2d83171a50d538c3690ede74dba7d12dc9 Mon Sep 17 00:00:00 2001 From: Starfall Date: Sat, 13 Jan 2024 22:43:43 -0600 Subject: update: get archlinux-keyring before other arch packages --- update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update b/update index ab14e0b..d3d35b5 100755 --- a/update +++ b/update @@ -10,7 +10,8 @@ else fi # system -# consider updating archlinux-keyring first, as infrequently issues arise from having very out of date keys +# update archlinux-keyring first, since occasionally a laptop will be unused for a few months +paru -S archlinux-keyring paru -Syu # TODO skip unless paru just updated the kernel (files in /lib/modules will be newer than in /boot/EFI/Linux) -- cgit