From 5a4d7ebd172bed523a3f56c5e14d4a50fa0c61ff Mon Sep 17 00:00:00 2001 From: BrainwreckedTech <3752022+BrainwreckedTech@users.noreply.github.com> Date: Wed, 12 Jan 2022 05:50:03 -0500 Subject: [PATCH] Install new keyring if available --- get-pacman-updates.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/get-pacman-updates.service b/get-pacman-updates.service index 29b104d..0468213 100644 --- a/get-pacman-updates.service +++ b/get-pacman-updates.service @@ -6,5 +6,6 @@ Type=oneshot Nice=19 IOSchedulingClass=2 IOSchedulingPriority=7 -ExecStart=/usr/bin/pacman -Syuw --noconfirm +ExecStart=/usr/bin/pacman -Sy --needed --noconfirm archlinux-keyring +ExecStart=/usr/bin/pacman -Suw --noconfirm ExecStart=/usr/bin/paccache -r