diff options
author | Starfall <us@starfall.systems> | 2024-01-13 22:43:43 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2024-01-13 22:43:43 -0600 |
commit | d0649d2d83171a50d538c3690ede74dba7d12dc9 (patch) | |
tree | 65c143cc398705e1047d2ef2ee4f5838c650ea78 /update | |
parent | fd9cabe50168ce1b5a4a09a6d0477933f392eb12 (diff) |
update: get archlinux-keyring before other arch packages
Diffstat (limited to 'update')
-rwxr-xr-x | update | 3 |
1 files changed, 2 insertions, 1 deletions
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) |